ObjectToWorld4x3
A matrix for transforming from object-space to world-space. Object-space refers to the space of the current bottom-level acceleration structure.
Syntax
float4x3 ObjectToWorld4x3();
Remarks
The matrix is a transposition of ObjectToWorld3x4 matrix.
This function can be called from the following raytracing shader types:
See also