[JAVA3D] Background drastically slows down interaction

2000-08-03 Thread Matthew Cairns
Hi there - i'm loading in a VRML file (130KB) which uses two jpg files (18 and 17KB) as texture maps - altering orientation and size with mouse is fine with just a plane colour background but with a jpg background (81KB) the movement is very slow and jumpy - does anyone know why this shoud be o

[JAVA3D] Finding Vertex and Texture Map coordinates from loaded VRML file

2000-08-02 Thread Matthew Cairns
Does anyone know how to get the texturemap and vertex coordinates from a loaded VRML file? - with a view to manipulating facial shape and texture in Java3D. thanks Matt === To unsubscribe, send email to [EMAIL PROTECTED] an

Re: [JAVA3D] visuel object disappear when rotated

2000-01-17 Thread Matthew Cairns
Hi - i've been having the same problem - been using a modified version of the "jdk1.2/demo/java3d/ObjLoad" file - helps if you increase the value in the setScale() function in the following section - Transform3D t3d = new Transform3D(); t3d.setScale(2.7); objScale.setTransform(t3d); objRoo

[JAVA3D] vrml1.0 to vrml2.0

1999-12-16 Thread Matthew Cairns
Does anyone have the vrml1.0 to vrml2.0 converter which i've found a couple of unreceptive links to? === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For

Re: [JAVA3D] VRML Loader

1999-12-13 Thread Matthew Cairns
Hi Jie - compiled your code but get the following exceptions when trying to run it : WARNING: Canvas3D constructed with a null GraphicsConfiguration. Exception: com.sun.j3d.loaders.vrml97.impl.ParseException: Unknown node type: Separator Last token was "Separator" at line 3 com.sun.j3d.loaders.vrm