|
I load the vrml file in one machine:
Scene sceneBase
=vrmlloader.load( filename );
BranchGroup scene = sceneBase.getSceneGroup(); and want to transmit the scene to another machine. to do this, the BranchGroup scene should be
serialized.
how to manage it? Can BranchGroup ever be
serialized?
Any advice will be appreciated.
|
