[Paraview] Plotting a heightmap
motes motes
mort.motes at gmail.com
Mon May 10 09:18:31 EDT 2010
I have this very simple image file:
# vtk DataFile Version 3.0
created by bob
ASCII
DATASET STRUCTURED_POINTS
DIMENSIONS 4 4 1
ORIGIN 0.000000 0.000000 0.000000
SPACING 0.1000000 0.1000000 0.1000000
POINT_DATA 16
SCALARS HorizontalSpeed double
LOOKUP_TABLE default
6
8
3
2
3
9
3
1
1
3
5
7
3
4
3
3
The value of the above points correspponds to the intensity/height of
each pixel.
Is it possible to plot the above intensities as a heightmap (surface
in 3D)? Something like this:
http://i9.photobucket.com/albums/a59/craigory666/heightMapTerrain.jpg
when adding more points.
More information about the ParaView
mailing list