virtual void SetProjectionMatrix3D(const Matrix4F& m) = 0;
SetProjectionMatrix3D sets the projection matrix for a 3D movieclip. This method is same as GFx::Value::DisplayInfo::SetProjectionMatrix3D 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 Matrix4F& m |
A projection matrix of Matrix4F type for drawing the movieclip. |