[JAVA3D] Java 3D Loader

2004-10-03 Thread Nisful Laila
I have some doubt about the loaders in Java3D. I want to a import 3DS file to java3D. I have a loader for the same downloaded form some site. They are: CyberVRML97 for java( jar file) and Loader3DS(jar file) Can u guide me how to use it. Also how the code should be. Thank you! Regds Nisful

Re: [JAVA3D] Java 3D Loader/Compresser/Decompresser error ---

1999-10-11 Thread Rajesh Jain
Mark, I have taken care of the java.lang.IllegalStateException: GeometryDecompressorRetained: error. Its because I was using the decompressor sample (cgview.java) which after reading the Compressed node , also expects a default material property. I assigned a default property and it works fine no

Re: [JAVA3D] Java 3D Loader/Compresser/Decompresser error ---

1999-10-09 Thread Mark Hood
> Date: Sat, 9 Oct 1999 17:19:22 +0530 > From: Rajesh Jain <[EMAIL PROTECTED]> > > I tried to write a compresser and decompressor for this. > The compressor , derived from my Loader class, works fine > in compressing the data. > > During decompressor I have a error message thats thown up >

[JAVA3D] Java 3D Loader/Compresser/Decompresser error ---

1999-10-09 Thread Rajesh Jain
Hi I have written a Java Loader similar to the Wavefront loader but it uses a different format ( to load out CAD parts) The data is written as a set of vertices , normals and faces (vertex index/normal index) like concatinating a series of Wavefront .obj files into a single file and reading all