Value::DisplayInfo::GetProjectionMatrix3D

Value::DisplayInfo::GetProjectionMatrix3D
SF_INLINE const Matrix4F* GetProjectionMatrix3D() const;
Description

GetProjectionMatrix3D returns a temporary pointer to the 3D projection matrix set on a 3D movie clip. This can be NULL if the movie clip has no projection matrix of its own and just inherits its parent's projection matrix.

Return Value

A Matrix4F pointer to the 3D projection matrix.