Home »
Public Forums »
archive »
Re: Problems with IDLgrColorbar
Re: Problems with IDLgrColorbar [message #38759] |
Thu, 25 March 2004 10:07 |
Rick Towler
Messages: 821 Registered: August 1998
|
Senior Member |
|
|
"Antonio Santiago" wrote in message ...
> I have two idlgrmodel's , topmodel and a child inside it childmodel. In
> top model i have put a idlgrcolorbar, and in childmodel i have put some
> other object.
>
> When i rotate de child model de objects inside it overlaps de axis and
> the text of the colorbar, but not the colors.
>
> How can i specified the "depth" of my colorbar text? or any other idea.
Translate the colorbar in the +Z direction, away from your child model.
Don't go too far though as it will be clipped by your near clipping plane.
If you have IDL 6 you can set the DEPTH_TEST_DISABLE property of the
colorbar to 1 (IDLgrColorbar is a child of IDLgrModel). This will force it
to sit on top of everything else.
-Rick
|
|
|
Current Time: Fri Oct 10 00:27:56 PDT 2025
Total time taken to generate the page: 0.40117 seconds