Hello,

I have a question concerning java 3d 1.2.1 VS java 3d 1.3.  I have not been
able to upgrade to 1.3 until just recently.  The problem
I had was the sphere I was texture mapping with just a jpeg image would
show up fine in 1.2.1 and would show up white in 1.3.  The code fix was the
following:


Material m = new Material(GRAY, BLACK, GRAY, BLACK, 0.0f); instead of Material m = new Material(GRAY, BLACK, GRAY, WHITE, 0.0f);


So it looks like the specular light parameter did the trick. My question is...why did this original code snippet cause the sphere to be texture mapped in 1.2.1 and not in 1.3?

                                               Thanks,
                                               -Greg

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