TreeNode::GetProjectionMatrix3D

TreeNode::GetProjectionMatrix3D
bool GetProjectionMatrix3D(Matrix4F * mat) const;
Description

GetProjectionMatrix3D returns the projection matrix set on the tree node for drawing 3D movie clips.

Parameters
Parameters 
Description 
Matrix4F * mat 
A projection matrix of type Matrix4F
Return Value

A Boolean value of true if the projection matrix is obtained and false otherwise.