hello,
I need to build a networked virtual environment, and need to create the 3d space, and some 3d objects to play around. I asked at the JOGl forum if using JOGl was my best choice, and they said that I should use Java3D or Xith3D:
http://www.java-gaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jogl;action=display;num=1087577051
As far as I know, I would get best performace using Opengl, and would get the project better organized and would deal with the 3D objects in a network better using Java3D or Xith3D. Am I correct?
Also, I would like to know if Java3D really is slow, takes more space, more memory and stuff, is it true?
Is it possible to use Java3D in my aplication? Couse a important part of the project is study he behaves of the virtual environments when more users connect to it. Would it be a issue when sending packages over the network with informations about the objects(like position, moviments, if it´s selected by other users and more)?
Thanks for ya help.
uderman