Press 1 -> Transfer Function Only
Press 2 -> Shading Enabled
Esc -> Quit
Mouse Click and Drag -> Rotate View
Mouse Scroll Wheel -> Zoom In/Out
- opengl
- glad
- glfw
- glm
- stb
-
Delete the gradients.bin file.
-
Change the Input File Name
Line 110 in 14263af
-
These will be the list of transfer control points that we will setup and interpolate to produce the transfer function.
You need to specify at least two control points at isovalues 0 and 256 for both alpha and color. Also the control points need to be ordered (low to high) by the isovalue. So the first entry in the list should always be the RGB/alpha value for the zero isovalue, and the last entry should always be the RGB/alpha value for the 256 isovalue.
Lines 154 to 169 in 14263af