Well I finaly started programming in Java 3D...

I drew two polyhdra using LineArray to define the edges.

One polyhdron is drawn inside the other (for example, an octahedron
inside of a cube.)  So lines drawn over another line should hide part
of the "further away" line.

But, as I rotate the polyhedra and change the polyhdra's
Appearance properties (to change line width and style),
I end up with lines further away overlapping lines that are
closer to the view point.

How to I guarentee that lines closest to the viewing point always
write over lines further away while still being able to change
line Appearance?

Bob Gray

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