One solution is to create your own model which is not related with java3d, and the model is used to describe your world on the server.Hi, all, AS we all know, j3d object cannot be serialized ,but I want to place my virtual world on the server, and people can browse it on the client site. how to transmit BranchGroup object(or other j3d objects) over network. I think it is a very tough question. any sugestion will be appreciated. When the client connect on the server you send him the world using your model (which is serializable) , and then the client interpret the model and create java3D objects to create the world visually... hope it helps --
|
