Is there any way to add a text to each
object so that you can identify them. The way that I am using is this
one:
Text3D miText3D.....
shape3D miShape = new Shape3D();
miShape.addGeometry(miText3D);
but the problem is that the Font is very big and my
objects are quite small!!
How can I scale the Text3D without scaling the
object?
help!
===========================================================================
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".
|
- Re: [JAVA3D] text in a shape Robert Gomez-Reino
- Re: [JAVA3D] text in a shape Michael Pfeiffer
- Re: [JAVA3D] text in a shape Allan Ash