CB_Model_Volatile

Description

[ConstantBuffer]
static class Tinman.Shaders.Model.CB_Model_Volatile

Full source code is included in the Tinman 3D SDK download.

A constant buffer for use with ModelRendererParameters.

Public / Attributes

Model​Center


[Length(2)]
public static attribute ModelCenter → (float3 [ ])

The constant data field g_modelCenter.

Model​Fade


public static attribute ModelFade → (float4)

The constant data field g_modelFade.

Model​Matrix


public static attribute ModelMatrix → (float3x4)

The constant data field g_modelMatrix.

Model​Matrix​IT


public static attribute ModelMatrixIT → (float3x4)

The constant data field g_modelMatrixIT.