#include <iso_visual_camera_transform_node.h>
Public Member Functions | |
ProjectionSettings (real pViewAngle, real pAspectRatio, real pNear, real pFar) | |
ProjectionSettings (real pLeft, real pRight, real pTop, real pBottom, real pNear, real pFar) | |
ProjectionSettings (real pViewAngle, real pAspectRatio, real pLeft, real pRight, real pTop, real pBottom, real pNear, real pFar) | |
Public Attributes | |
real | viewAngle |
real | aspectRatio |
real | left |
real | right |
real | top |
real | bottom |
real | near |
real | far |
ProjectionSettings::ProjectionSettings | ( | real | pViewAngle, | |
real | pAspectRatio, | |||
real | pNear, | |||
real | pFar | |||
) |
ProjectionSettings::ProjectionSettings | ( | real | pLeft, | |
real | pRight, | |||
real | pTop, | |||
real | pBottom, | |||
real | pNear, | |||
real | pFar | |||
) |
ProjectionSettings::ProjectionSettings | ( | real | pViewAngle, | |
real | pAspectRatio, | |||
real | pLeft, | |||
real | pRight, | |||
real | pTop, | |||
real | pBottom, | |||
real | pNear, | |||
real | pFar | |||
) |