Movie::SetProjectionMatrix3D

Movie::SetProjectionMatrix3D
virtual void SetProjectionMatrix3D(const Matrix4F& m) = 0;
Description

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
Parameters 
Description 
const Matrix4F& m 
A projection matrix of Matrix4F type for drawing the movieclip.