|
In a GeometryInfo object, if I setColors3(byte[]), values above 127 don't seem to appear. Values from 0-127 do. But RGB colors are represented by a 3-tuple each of whose components are in the range [0,255]. I didn't see this in Sun's list of bugs.
Has anyone else encountered this behavior?
If this is a bug in the library rather than my
application, could it be related to Java's inability to represent logically
unsigned values as physically unsigned types?
================================================================================ Andrew R. Thomas-Cramer Home: [EMAIL PROTECTED] http://www.execpc.com/~artc/ Work: [EMAIL PROTECTED] 608.287.1043 "Your quote here."
-- Bjarne Stroustrup, "The C++ programming language," chapter 13: "Templates". ================================================================================ |
- Re: [JAVA3D] Bug in GeometryInfo with byte[] color... Andrew R. Thomas-Cramer
- Re: [JAVA3D] Bug in GeometryInfo with byte[] ... Aditya Datta
- Re: [JAVA3D] Bug in GeometryInfo with byte[] ... Doug Twilleager
