Hi Garrett,
Try:
DisplayRendererJ3D dr = display.getDisplayRenderer();
VisadCanvasJ3D canvas = dr.getCanvas();
J3DGraphics2D g2d = canvas.getGraphics2D();
Then you should be able to do ordinary Java2D rendering using g2d.
I have never used this, so can't give you any details.
Good luck,
Bill
On Thu, 18 Apr 2002, Campbell, Garrett wrote:
> I have an interactive 3D display.
>
> I would like to add a non rototing text title to the display so that
> the 3D display continues to rotate with the mouse, but the title
> remains fixed at the top.
>
> Thanks for any suggestions.
>
> G. Garrett Campbell Ph. D.
> Cooperative Institute for Research in the Atmosphere
> Colorado State University
> Ft. Collins, CO, USA
> 970 491 8497
> campbell@xxxxxxxxxxxxxxxxxx
>
>