Hello all

Im having dificulty seeing a simple sphere that Im loading using Starfire Research 3ds 
loader (as a test) I placed ambient lighting within the scene
but still no luck. Can anyone please tell me what Im doing wrong?

The information to screen appears to inform me that the loader is working (there are 
no error messages)

my code is:

Inspector3DS loader = new Inspector3DS("S:/JDK_Forte/forte4j/sphere/sphere.3ds");

loader.setLogging(true); // turns on writing a log file
loader.setDetail(7); // sets level of detail of report log
loader.setTextureLightingOn(); // turns on texture modulate mode

loader.parseIt();
TransformGroup max = loader.getModel();
Transform3D sphereTransform = new Transform3D();
max.getTransform(sphereTransform);
//sphereTransform.setScale(new Vector3d(0.005,0.005,0.005));
//sphereTransform.setScale(new Vector3d(0.001,0.001,0.001));
//sphereTransform.setScale(new Vector3d(1.0,1.0,1.0));
max.setTransform(sphereTransform);
zoomTransformGroup.addChild(max);

The loader will import successfully a .3ds file that I pulled of the web
(a coffie table ) but not my sphere.

The sphere was built and exported by Amapi.

Kind Regards
A

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to