Re: [JAVA3D] how to implement walk through in a 3D scene

2003-05-30 Thread Gerard Peregrin
In a message dated 5/29/2003 7:58:48 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: I can decide the distance of translation and angle of rotation, how can I do the same in Java3D? Descriptions and examples are provided in the j3d_tutorial_ch.pdf. regards, gerard

[JAVA3D] how to implement walk through in a 3D scene

2003-05-30 Thread kindy huang
Dear all, I am wondering how to implement a smooth walking through in a 3D scene in Java3D. Suppose the 3D scene has been constructed, if I use mouse behavior(MouseRotate etc) and/or KeyNavigatorBehavior, it looks like that the 3D scene is being rotated, translated, not like I am walking through i