comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Is there any way to add texts, lines, wind vector over terrain surface (over IDLgrSurface )?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Is there any way to add texts, lines, wind vector over terrain surface (over IDLgrSurface )? [message #57960 is a reply to message #57827] Fri, 04 January 2008 10:42 Go to previous message
Rick Towler is currently offline  Rick Towler
Messages: 821
Registered: August 1998
Senior Member
Dave wrote:
> Dear guys:
>
> Is there any way to add texts, polylines, wind vector over terrain
> surface (over IDLgrSurface )? Thanks very much!

Yes, just add them to your model. Lines (IDLgrPolyline) and text
(IDLgrText) are easy. The wind vectors are a bit trickier but I'm quite
sure someone has coded up a OG vector object, check the codebank.

The only thing you need to keep in mind is that placing surfaces and
lines directly on top of each other results in "stitching" as errors in
the z-buffer calcs result in lines weaving above and below the surface.
This is easily handled by either adding a small offset in your data or
using the DEPTH_OFFSET property of your surface (or polygon) object.

-Rick
[Message index]
 
Read Message
Read Message
Previous Topic: Re: idl 6.3 bus error during tv
Next Topic: New IDL 7.0 Project Problem

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 05:35:17 PDT 2025

Total time taken to generate the page: 1.83814 seconds