class RTProxyInstanceInfo_ t
{
public:
RTProxyInstanceFlags_ t m_ nFlags;
VertexAlbedoFormat_ t m_ albedoFormat;
uint16 m_ nBLASCount;
uint32 m_ nBLASIndex;
uint32 m_ nVertexAlbedoByteOffset;
matrix3x4_ t m_ mWorldFromLocal;
};KV3 Class Defaults
{
m_ nFlags = ""
m_ albedoFormat = "VERTEX_ ALBEDO_ NONE"
m_ nBLASCount = 0
m_ nBLASIndex = 0
m_ nVertexAlbedoByteOffset = 0
m_ mWorldFromLocal =
[
0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0,
0.0, 0.0, 0.0, 0.0,
]
}