Workspace 7.1.0
TextureProjectionShaderBuilder

Creates a texture projection shader; a shader that projects images onto a surface from a number of source cameras.

  • Default label: "TextureProjectionShader Builder"
  • Member of plug-in: Rendering
  • Catalogue path: Scene/Shaders
Inputs:
Surface representationCSIRO::Rendering::SurfaceRepresentation

CamerasCSIRO::DataExecution::ObjectDictionaryDictionary of cameras, where each will be used to project its associated image.
ImagesCSIRO::DataExecution::ObjectDictionaryDictionary of images; one associated with each camera.
AlphaintAlpha value for the shader [0-255]
Use lightingboolEnable lighting effects on the final rendered surface
Use texture alphabool(Effective only when blend method is 'Additive') Uses the stored alpha value in each texture for blending rather than the fixed value of the 'Alpha' input.
Blend methodCSIRO::Rendering::TextureProjectionShader::BlendMethod

Determines how overlapping images are blended together. Additive: Each image will be rendered using the alpha value provided, overlaps will accumulate additively. Average: Image areas that overlap will be averaged.

Outputs:
ShaderCSIRO::Rendering::TextureProjectionShader