Hi All,

I am writing an scientic visualision software using java3d. I basically
have 64*64*64 set of data points, each having r,b,g,transparency color
values. The techique that im trying to use is, to define a 3D
cube of voxels using IndexedPointArray for these data points and giving
color4b values to each of these.

Im increasing the point size to >1.0 to have a continious volume rather
than vertexs being rendered as points. When the point size >1.0 in the
PointAppearenceattributes of this object, transparency of these points
starts acting strange. for transparency value 1-127 (in color 4b of these
points) it doesnt effect at all. and for transarency 128-255, the object
doest render/it is fully transparent. Why? Iam i on a totally wrong path?

Any help would be Greatly Appreciated.

Thanks,

Aditya

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