> only guess is use getShape() methos of box .. to get a face of the box and
> puta
> rectangular image on it.. which will be transparent everywhere except at
> edges..
> so as to give effect of border
>
> another best way is write your own BOX class.. where you acn define what you
> want..

That won't give the expected result. The box is actually a bunch of
triangles, so when it's drawn wireframe there will be a diagonal lines in
unexpected places. If that's not acceptable you'll have to make your own
box, give it a good outline color, like white, and draw that in addition to
the faces.
--
Give a man a fish and he will eat for a day.  Teach him how to fish, and he
will sit in a boat and drink beer all day.
Dr. Julian "a tribble took it" Gomez ** http://www.polished-pixels.com

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