Author Topic: i'm just a newbie D':  (Read 1667 times)

Offline dapwnzor

  • byte
  • *
  • Posts: 1
    • View Profile
i'm just a newbie D':
« on: December 24, 2010, 07:49:22 am »
i'm so confused, and i know jumping straight into these kind of projects isn't the best way to get the learning process started, but i work well when i'm given examples, and i tend to learn off of them.

basically, here's what i want. i want to make an applet using the jpct engine that loads a .MD2 file and .png texture via url, but i have no idea how to go about doing so!

can anyone help me, or give me a link to where this project has been preformed? thanks. :)
« Last Edit: December 24, 2010, 07:51:36 am by dapwnzor »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: i'm just a newbie D':
« Reply #1 on: December 25, 2010, 10:35:03 pm »
Have you had a look in the wiki: http://www.jpct.net/wiki/index.php/Main_Page? It contains a simple HelloWorld example, an applet example and loads an md2 in the advanced example. Parts of these three combined should help to get you started. It won't solve the access problem to the md2-url though as you would either have to sign the applet for this or you have to do the upload via html/http instead.