| Task: |
| Load the chameleon dataset from "chameleon_isosurface/data/chameleon_isosurface_256x256x256_float32.vtk". |
| Generate a visualization image of 2 isosurfaces of the Chameleon scalar field dataset with the following visualization settings: |
| 1) Create isosurfaces of Iso_1 with a value of 0.12 and Iso_2 with a value of 0.45 |
| 2) Assign RGB color of [0.0, 1.0, 0.0] to Iso_1, and color of [1.0, 1.0, 1.0] to Iso_2 |
| 3) Assign opacity of 0.1 to Iso_1, and opacity of 0.99 to Iso_2 |
| 4) Set the lighting parameter as: 0.1 to Ambient; 0.7 to Diffuse; 0.6 to Specular |
| 5) Set the viewpoint parameters as: [600, 0, 0] to position; [0, 0, 0] to focal point; [0, -1, 0] to camera up direction |
| 6) White background |
| 7) Visualization image resolution is 1024x1024 |
| 8) Don't show color/scalar bar or coordinate axes. |
|
|
| Save the visualization image as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.png". |
| (Optional, but must save if use paraview) Save the paraview state as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.pvsm". |
| (Optional, but must save if use pvpython script) Save the python script as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.py". |
| (Optional, but must save if use VTK) Save the cxx code script as "chameleon_isosurface/results/{agent_mode}/chameleon_isosurface.cxx" |
| Do not save any other files, and always save the visualization image. |