www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: fireside on February 24, 2008, 09:25:13 pm

Title: extending Object3D
Post by: fireside on February 24, 2008, 09:25:13 pm
Would you give a small example of this?
Title: Re: extending Object3D
Post by: JavaMan on February 24, 2008, 10:00:13 pm
Do you mean like a class that extends Object3D, or a bunch Object3ds all connected to one another, similar to a scene graph?
Jman
Title: Re: extending Object3D
Post by: fireside on February 24, 2008, 10:28:54 pm
I just mean a class, but abstractEntity in the car demo is good enough to understand.  I think.  I'll get back on that if I can't figure it out.
Title: Re: extending Object3D
Post by: JavaMan on February 24, 2008, 11:06:26 pm
Ok, I extended the Object3D class for my project, so if you can't figure it out, I'll post here.