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

Home » Public Forums » archive » 3D VOLUME VISUALIZATION
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: 3D volume Visualization [message #86812 is a reply to message #86811] Wed, 04 December 2013 16:39 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Amin Farhang writes:

> Thanks for your answer. but now the question is how we could paint a 3d isocontour to a desired color? for instance in below example is it possible to color the cloud to red? and how I could add axies to plot?
>
> IDL> RESTORE, FILEPATH('clouds3d.dat', SUBDIR=['examples','data'])
> IDL> SHADE_VOLUME, clouds, 0.1, v, p, /LOW
> IDL> s = SIZE(clouds)
> IDL> SCALE3, XRANGE=[0,S[1]], YRANGE=[0,S[2]], $
> IDL> ZRANGE=[0,S[3]], AX=0, AZ=45
> IDL> TV, POLYSHADE(v, p, /T3D)

This is *really* hard to do in direct graphics. Wouldn't you rather do
this in the true 3d coordinate system of object graphics? It would be so
much easier. Plus, you could rotate it to your heart's content.

Cheers,

David


--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: xmargin and ymargin keywords ignored in cgplot
Next Topic: plotting missing values

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

Current Time: Wed Oct 08 17:27:45 PDT 2025

Total time taken to generate the page: 0.20637 seconds