Lib.render.basic.DrawScreenQuad - tixl3d/tixl GitHub Wiki

DrawScreenQuad

in Lib.render.basic


Renders a rectangle that is locked to the cameraview and automatically adjusts to the right image aspect ratio.


Input Parameters

Name (Relevancy & Type) Description
Texture (Texture2DRelevant) -
Color (Vector4) Selects a color which will be multiplied with the incoming image.
Width (Single) Multiplier for Width
Height (Single) Multiplier for Height
BlendMode (Int32) Selects the Blendmode
EnableDepthTest (Boolean) This defines whether the Quad covers itself or is covered by or covers other meshes.
EnableDepthWrite (Boolean) This defines whether the Quad covers itself or is covered by or covers other meshes.
Position (Vector2) Manipulates the position of the Quad
X = Right / Left
Y = Up / Down
Filter (Filter) Selects which Filter is used for rendering the incoming texture

Outputs

Name Type
Output T3.Core.DataTypes.Command

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️