Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
Hi Surekha, If you are displaying your data with an iso-surface, then visad/examples/Test02.java shows that colors are interpolated smoothly on iso-surfaces from Irregular3DSets. If you are trying to display your data as a volume rendering, then all you will see with an Irregular3DSet is discrete points. Unfortunately, volume rendering is not implemented for Irregular3DSets. You will have to resample your data (if it is a Field with an Irregular3DSet domain) to a Linear3DSet in for VisAD's volume rendering to work. Good luck, Bill On Mon, 22 Aug 2005, Surekha Chandran wrote: > Hi, > > I am trying to visualize an Irregular3DSet with a > color map. I am using DisplayImplJ3D with the default > DataRendererJ3D. The interpolation of the colors > between the vertices is not smooth. > > Since the 3D displays are built on top of Java3D I was > hoping there was some way for me to get and set the > javax.media.j3d.ColoringAttributes to NICEST, FASTEST, > SHADE_GOURAUD, SHADE_FLAT etc. "without" creating a > new DataRenderer. Is this possible? If so how? > > > Thank you in advance. > > Regards, > > Surekha > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > >
visad
archives: