Value::DisplayInfo::SetViewMatrix3D

Value::DisplayInfo::SetViewMatrix3D
void SetViewMatrix3D(const Matrix3F * pmat);
Description

SetViewMatrix3D sets the view matrix for a 3D movie clip.

Parameters
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.