Re: [JAVA3D] Simulating 6DOF input data

2004-02-10 Thread sikander hayat
Hi All This is a part of code that i m analysing... Kindly tell me what do all these lines mean. 1 Vector3f tempVect = new Vector3f(0.0f,0.5f,4.0f); 2 Transform3D tempT3D = new Transform3D(); 3 //FOR camera 4 tempVect.set(0.0f,0.0f,8.0f); 5 tempT3D.set(tempVect); 6 //FOR content branch 7 tempVe

[JAVA3D] Simulating 6DOF input data

2004-02-10 Thread Ahmed Bayyari
Hi all, i have a java 3D application that runs in a Virtual Reality CAVE setting. The input device is a wand with six-degrees of freedom. All works fine in the lab, but how can i simulate this kind of input outside of the lab where i don't have access to the wand sensor data. I wrote a server socke