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 - sushobhit

#106
Hi friends ,
I was working on a project in jpct regarding spaceship sim. And some point in the program I needed to calculate distance beetween two objects. I want a SimpleVector that contains the info of the distance in terms of all the three axis. To be more specific :

SimpleVector distance = Object1.getDistance(Object2); //This should return the simplevector form

is there some function to get this form of distance ?????? Maybe I am overlooking something cause I checked all the parameters of Object3d & SimpleVector Classes but could'nt find any such function ?????
#107
Thank you Mr Olsen for such a quick reply i appreciate your activeness.
Can you provide me a link from where I can get so sample MD2 Models with keyframes so that I get something to start with.
Also , I am already heavy blitting(displaying joystick controls) in onDrawFrame so would it be efficent to animate the object from there. Is there also some other way
:o
#108
Support / Re: Any Download Site for MD2 Model?
February 09, 2014, 11:01:08 AM
#109
Hi friends ,
Really grateful to jpct. It's really wonderful. First let intro myself . I am quite well oriented with software & web programming but have little experience in 3d modeling & softwares eg: max || maya || bender. I downloaded some free models from tt3dm to experiment with jpct-ae engine and after 1 week of time I think I have got well versed with the engine.
My problem is I don't know how to animate the objects inside the engine.

Eg : I have a boy model now how can I make him to move his legs when the user presse TOUCH_DOWN event & stop the movement on TOUCH_UP. how do I use object.animate(xxx,xxx) event how does it works very basic/ :o