Hi all, i’m trying to simulate my Java 3D virtual world to be able to take the user on a virtual tour of the environment. But to do this i need to be able to simulate the movement by passing in the coordinates to the program. Right now i have a Server that communicates with my application via a socket and sends it a stream of coordinates. How would i use these points to move the user around? How can i trigger the keyboard or mouse behaviors in Java 3D by passing in the coordinates? or maybe there is a better way of doing this. ???
Thanks a lot.
Ahmed