void SetViewMatrix3D(const Matrix3F * pmat);
SetViewMatrix3D sets the view matrix for a 3D movie clip.
Parameters |
Description |
const Matrix3F * pmat |
Pointer to a view matrix of Matrix3F type for the 3D movieclip, or NULL if the movie clip should not have its own view matrix, in which case it inherits from its parent. |