Hi Don,
> Okay, I answered my own question. I hacked the main
> in ScreenLockedTextJ3D.java and changed Latitude to
> YAxis and Longitude to XAxis and it still worked!
> So, it looks like this will work for any RealTypes
> mapped to XAxis and YAxis (which is what long and
> lat were in the original).
>
> Now if only I could have this with a PickManipulationRenderer,
> I could have a pickable label on the screen. ;-)
It probably wouldn't be hard to do as Donna Gresh did in:
http://www.unidata.ucar.edu/cgi-bin/mfs/89/4141
and combine the function of PickManipulationRendererJ3D
into ScreenLockedRendererJ3D.
Bill