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
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
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
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
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