Workspace 6.21.5
Texture2DBuilder

Creates a Texture2D; a 2D texture image and associated coordinates for shaders to use in 3D scenes.

  • Default label: "Texture2D builder"
  • Member of plug-in: Rendering
  • Catalogue path: Scene
Inputs:
Enabledbool

ImagesArrayQImage

Images ArrayCSIRO::DataExecution::ObjectArray

State name SQString

State name TQString

WrapDeprecatedboolControls 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.
WrappingCSIRO::Rendering::Texturizer::WrappingControls how a shader should respond if it receives texture coordinates outside the normal [0.0,1.0] range.
Interpolatebool

Controls how the texture is displayed when minified or magnified.

Outputs:
TexturizerCSIRO::Rendering::Texture2D