Re: [JAVA3D] VrmlLoader and Normal

2004-08-26 Thread Alessandro Borges
Jeff, if - and only if, I guess - your model doesnot have normals, then VRML loader will create normals for you. Sometimes I delete the normal info in my VRML models to get smaller files ;) The ObjectLoader has a parameter for creasing Normals, but I am not sure if VRML97 loader has it too. About

[JAVA3D] VrmlLoader and Normal

2004-08-26 Thread jinping
Hi all,     I am using Java3d to display VRML models. I use com.sun.j3d.loaders.vrml97.VrmlLoader as the vrml loader. The VRML models I'm using contains no normal information. My quesition is: will VRML loader or Java3d creat nomal for the models? And if yes, how could I change the default s