nw::lyt::Pane::SetGlobalMtx Member Function
void SetGlobalMtx(
const math::MTX34 & mtx
);
| Name | Description | |
|---|---|---|
| mtx | The SRT matrix. |
Sets the global matrix.
The global matrix is a matrix for conversion from the panes local coordinate system to the view coordinate system.
The global matrix is normally calculated by CalculateMtx.
When specifying a matrix using this function, the configured matrix is used as-is.
Use ResetGlobalMtx() to restore the calculations made by CalculateMtx().
CONFIDENTIAL