Re: [JAVA3D] SceneGraphFileWriter

2002-08-12 Thread Kelvin Chung
Hi Jonathan, There is a couple of Capability not set correctly. Attach is the file which fixed the problem. Besides, there is a bug in Java3D which output misleading capabilibityNotSetException message "Node: no capability to read Pickable" instead of "Node: no capability to read Collidable"

[JAVA3D] SceneGraphFileWriter

2002-07-24 Thread Jonathan Smolarski
Title: SceneGraphFileWriter Hi, <<...>> I'm trying to use the SceneGraphFileWriter to save simpleUniverse on a file. Problem is : I keep getting CapabilityNotSetException even when I set all capabilities on all Group nodes of the scene. I join a simple example of what I do. If someone co