Author Topic: Help a newbie to start!  (Read 2440 times)

Offline Marcus

  • byte
  • *
  • Posts: 2
    • View Profile
Help a newbie to start!
« on: June 21, 2010, 11:25:31 am »
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 ?
« Last Edit: June 21, 2010, 11:28:33 am by Marcus »

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Help a newbie to start!
« Reply #1 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.

Offline Marcus

  • byte
  • *
  • Posts: 2
    • View Profile
Re: Help a newbie to start!
« Reply #2 on: June 22, 2010, 01:40:15 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