Value::DisplayInfo::SetProjectionMatrix3D

Value::DisplayInfo::SetProjectionMatrix3D
SF_INLINE void SetProjectionMatrix3D(const Matrix4F * pmat);
Description

SetProjectionMatrix3D sets the projection matrix for a 3D movie clip.

Parameters
Parameters 
Description 
const Matrix4F * pmat 
Pointer to a projection matrix of Matrix4F type for drawing the movieclip, or NULL if the movie clip should not have its own projection matrix, in which case it inherits from its parent.