Aligning Optitrack data with a Java3d model
Posted: Mon Apr 07, 2008 10:40 am
What is the best way to get the data from the rigid body toolkit which is being sent via vrpn to correspond to a java 3d model. I want the position and orientation of the rigid body to correspond to the position and orientation of the camera (viewing platform) in the 3d model. There is an issue with the physical coordinate system being left handed and the model coordinate system being right handed. Are there built in mechanisms in Java3d that can be used to do this for me? Configuration files, Sensor, and InputDevices? Any information regarding this would be greatly appreciated.