This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
>From: Bernard Mendiburu <address@hidden> >Organization: UCLA >Keywords: 200311190012.hAJ0ChOb000193 volume rendering Bernard- >>*3 - about IDV visualisation features -> Volume Rendering* >>Is it possible to make some volume rendering ? >>Would it be possible to integrate volrend routines ? >>http://www.j3d.org/tutorials/quick_fix/volume.html > >VisAD supports volume rendering, so we could probably >do that in the IDV. It may be a resource hog. > >What is a resource hog ? I meant in terms of speed and memory usage. >How many year/man does it cost ? Well, it depends. For volume rendering, the data must have a Linear3DSet. If not, a custom renderer would be needed. I'm not sure what the time would be to implement such a beast. I'll look into this further. My initial tests at just having it use the VisAD methods did not work. Don