File size: 591 Bytes
6baf440
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
Please generate a ParaView Python script for the following operations.
Create a wavelet object.
Create a surface rendering of the wavelet object and color by RTData.
Scale the color map to the data, and don't display the color bar or the orientation axes.
Export the view to 'ExportedGLTF.gltf'

Next load the file 'ExportedGLTF.gltf' and display it as a surface.
Color this object by TEXCOORD_0.
Scale the color map to the data, and don't display the color bar or the orientation axes.
Use the 'Cool to Warm' colormap. 

Save a screenshot to the file 'export-gltf-screenshot.png'