Don Murray wrote:
> Hi Nicolas-
>
> Nicolas Ocquidant wrote:
>
> > No, no... Absolutly not.
> > I'm just trying to build fixed size axis for a 2D view.
> > My code is the following:
>
> It looks like the screenBased AxisScale was only implemented for
> Java3D. I didn't do that work (I did the rest of AxisScale),
> and the person who did is away for a week. I'll poke around,
> but in the mean time, if you can use a DisplayImplJ3D with
> a TwoDDisplayRendererJ3D() (see Test42) then it will work.
>
> Sorry for the confusion.
>
> Also, disregard my previous comments on automatically changing
> from screenBased to axisBased. That doesn't work even with
> the fix I was proposing. Again, I'll poke around some more.
>
> Don
> *************************************************************
> Don Murray UCAR Unidata Program
> dmurray@xxxxxxxxxxxxxxxx P.O. Box 3000
> (303) 497-8628 Boulder, CO 80307
> http://www.unidata.ucar.edu/staff/donm
> *************************************************************
OK thanks.
I thought that visAD java2D implementation was based on java3D. Is that
true?
Can I always use java3D + TwoDDisplayRendererJ3D instead of the
java2D package?
Many thanks.
Nicolas