Hi!
I have some problems with equivalence between JAVA3D color system and R.G.B

Suposse I have a RGB color, for example RGB[3]. Each of them (red, green,
blue) go from 0 to 255
(INTEGER)

In JAVA3D we use Color3f(), that are FLOAT, and go from 0 to 1. suposse that
i have a vector:
Java3dColor[3]

I wan't convert RGB[] to Java3dColor[]. But i don't sure how to make the
"conversion". In fact, I don't know if Java3dColor[0] is the same than
RGB[0].

�Any idea?
Thanks.

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