[vtkusers] Multiple SCALARS or VECTORS in POINT_DATA
Mengda Wu
wumengda at gmail.com
Tue Jan 2 02:11:39 EST 2007
Hi VTKers,
Can I have multiple SCALARS or VECTORS in POINT_DATA of a VTK file.
Something Like:
POINT_DATA 6
SCALARS scalars1 float 1
LOOKUP_TABLE default
0.0 1.0 2.0 3.0 4.0 5.0
SCALARS scalars2 float 1
LOOKUP_TABLE default
5.0 4.0 3.0 2.0 1.0 0.0
Or I need to use FIELD?
Something Like:
POINT_DATA 6
scalars1 1 6 float
0.0 1.0 2.0 3.0 4.0 5.0
scalars2 1 6 float
5.0 4.0 3.0 2.0 1.0 0.0
Thanks,
Mengda
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070101/c7269b09/attachment.htm>
More information about the vtkusers
mailing list