Help a newbie to start!

Started by Marcus, June 21, 2010, 11:25:31 AM

Previous topic - Next topic

Marcus

Hi!
I'm new here so please, be patient  :D

My idea:
- build a simple terrain
- import a model (a warrior)
- animate model: run, jump, attack
- let player move model using keyboard
- set a third person camera

How can I do this?

Can anyone explain me with some examples, or just point me in right way

I've found this: http://www.jpct.net/wiki/index.php/Advanced_example it's up-to date or just useful for my purpose ?

EgonOlsen

The example in the wiki is up to date. However, it might be better to start small instead of using the "advanced example" as a starting point. The zip of the jPCT distribution contains three examples, one is a car moving around a surface. That might be a better starting point. The code is pretty old, but still valid.

Marcus

Quote from: EgonOlsen on June 21, 2010, 10:44:20 PM
The example in the wiki is up to date. However, it might be better to start small instead of using the "advanced example" as a starting point. The zip of the jPCT distribution contains three examples, one is a car moving around a surface. That might be a better starting point. The code is pretty old, but still valid.

thanks for your answer!
:D