Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Pan83

#1
Support / Character movement
January 27, 2007, 11:44:19 AM
Thanks for help EgonOlsen but I am totally lost  :cry:

I want to make my md2 to follow this simple path

(0, 0,200)->(-200, 0,0)->(0, 0,-200)->(200, 0,0) using a simple spline(there are some types in Animation I have seen) but I can't make it.

Can you help?I would be very gratefull!!!
#2
Support / Character movement
January 23, 2007, 04:09:22 PM
I have a md2 character and I will use Animation so it can follow a path.

How can I make the md2 face the direction it's moving?

Thanks
#3
Support / Character movement
January 16, 2007, 07:40:06 PM
Thanks for info.

The hello world app was very helpful.

I am checking the manual and the javadoc now to learn the engine.

I will be back for questions for sure... :)  :)

Thanks again
#4
Support / Character movement
January 15, 2007, 05:17:08 PM
Quote from: "halcor"Sure. Check the documentation and the example programs.

Thanks for the quick reply!!!

Are there any newbie tutorials available??

Thanks
#5
Support / Character movement
January 15, 2007, 01:11:59 PM
Hi!!!

I have been doing a 3d project during last months.I have been using c++ 3d engines but I don't like c++.

So I found this great engine!!!

My objective is to make two characters move following two splines.In addition I need to make my camera  follow a spline and make it look at a spline path too.

Can it be done with jPCT???

Thanks