virtual void SetViewMatrix3D(const Matrix3F& m) = 0;
SetViewMatrix3D sets the view matrix for a 3D movie clip. This method is same as GFx::Value::DisplayInfo::SetViewMatrix3D except that GFx::Movie operates on the entire movie while GFx::Value::DisplayInfo uses the Direct Access API and only affects the movieclip it is associated with.
Parameters |
Description |
const Matrix3F& m |
A view matrix of Matrix3F type for the 3D movieclip. |