File size: 1,189 Bytes
3cb1822 d723753 3cb1822 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | Task:
Load the tornado dataset from "tornado/data/tornado_64x64x64_float32_scalar3.raw", the information about this dataset:
Tornado (Vector)
Data Scalar Type: float
Data Byte Order: little Endian
Data Extent: 64x64x64
Number of Scalar Components: 3
Data loading is very important, make sure you correctly load the dataset according to their features.
Add a “glyph” filter under the tornado data to display velocity glyph, set an appropriate “Scale Factor” so the glyphs are visible.
Then add a “stream tracer” filter under the tornado data to generate streamlines. Choose “Point Cloud” as “Seed Type”, and do not show sphere. Try to figure out the best position to place the critical points and the radius of the sphere for optimal visualization.
Add a “tube” filter under the stream tracer you just created to generate tubes for visualizing the streamlines. Set an appropriate radius. Make the stream tracer invisible and the tube visible. At last, render the streamlines as tubes.
Please think step by step and make sure to fulfill all the visualization goals mentioned above.
Finally, save the paraview state as "tornado/results/{agent_mode}/tornado.pvsm" |