Workspace 6.21.5
|
Creates a Texture3D; a 3D texture image and associated coordinates for shaders to use in 3D scenes.
Inputs: | |||
---|---|---|---|
Enabled | bool | ||
Images | Array | CSIRO::DataAnalysis::Image3d | |
State name S | QString | ||
State name T | QString | ||
State name R | QString | ||
Wrap | Deprecated | bool | Controls how a shader should respond if it receives texture coordinates outside the normal [0.0,1.0] range. The Wrap input has been replaced with the Wrapping input of a different type. |
Wrapping | CSIRO::Rendering::Texturizer::Wrapping | Controls how a shader should respond if it receives texture coordinates outside the normal [0.0,1.0] range. | |
Interpolate | bool | Controls how the texture is displayed when minified or magnified. | |
Border color | QColor | ||
Outputs: | |||
Texturizer | CSIRO::Rendering::Texture3D |