| Task: | |
| Load the Boston Teapot dataset from "boston_teapot/data/boston_teapot_256x256x178_uint8.raw", the information about this dataset: | |
| Boston Teapot | |
| Description: CT scan of the SIGGRAPH 1989 teapot with a small version of the AVS lobster inside. | |
| Data Type: uint8 | |
| Data Byte Order: little Endian | |
| Data Spacing: 1x1x1 | |
| Data Extent: 256x256x178 | |
| Data loading is very important, make sure you correctly load the dataset according to their features. | |
| Visualize the teapot and internal lobster: | |
| 1. Apply volume rendering with two distinct transfer functions | |
| 2. Create an isosurface for the bronze teapot exterior (higher value) | |
| 3. Create another isosurface for the lobster inside (lower value, different color) | |
| 4. Use bronze/copper color for teapot, red-orange for lobster | |
| 5. Make teapot semi-transparent to reveal the lobster | |
| Please think step by step and make sure to fulfill all the visualization goals mentioned above. | |
| Finally, save the paraview state as "boston_teapot/results/boston_teapot.pvsm |