>>>>> "Bopo" == Xusheng Zhou <[EMAIL PROTECTED]> writes:

    Bopo> Hello, everyone!  I want to visualize a intense of a scalar
    Bopo> field on a 2D plane(1024*1024 points). A 2D visualization is
    Bopo> a surfacemap with color, whose dataset attribute is SCALARS
    Bopo> under DATASET of STRUCTURED_POINTS.  But I want display the
    Bopo> intense as a 3D graphics, which is like mountain(2 examples
    Bopo> in attachment). What data data attribute and DATASET should
    Bopo> I take?

Fred was right, with mayavi1 you can do this:

 mayavi -d file.vtk -f WarpScalar -f PolyDataNormals -m Outline -m SurfaceMap

with mayavi2:

 mayavi2 -d file.vtk -f WarpScalar -f PolyDataNormals -m Outline -m Surface

structured points dataset should work just fine.

HTH.

cheers,
prabhu

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
MayaVi-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mayavi-users

Reply via email to