-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Friday 14 June 2002 17:13, you wrote:
> Does anyone have any example code using the overlay package from j3d.org ?
>
> If so, can you email to me please?

Here is a code sniped I used. But the labelOverlay didn't worked very well for
me. For example, when the text was 10 pixel huge, you needed a Overlay area
of at least 30 pixel, or the text wasn't painted.

LabelOverlay test = new LabelOverlay(theCanvas,new
    Rectangle(100,100,100,100),"Test");
test.setRelativePosition(Overlay.PLACE_LEFT,Overlay.PLACE_TOP);
test.setVisibleLength(4);
test.setVisible(true);
test.update();
YourCameraBG.addChild(test.getRoot());
test.initialize();

- --
Andreas Bauer
[EMAIL PROTECTED]

May the penguin be with you!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9ClUUaHjQVZOZP3YRAjGmAJ0Rr42xlods1y6BtoVpb4k8wk/yxACgrZUf
yB0T30SCB7Hesdd1VYAnE3A=
=mj6W
-----END PGP SIGNATURE-----

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