change the position of the camera on a virtual universe
Does anybody knows how can i change the position of the camera (eye position) If im using a virtual universe (not a SimpleUniverse)?
[146 byte] By [
shastakan] at [2007-9-26 7:22:56]

Add a TransformGroup to your Scenegraph, add a Viewplatform to this TransformGroup and attach a View to the Viewplatform. The position of the camera depends on the transformation which is set to the TransformGroup (and the TransformGroups above).