ciskip add doc for camera::getnear/farplane().

This commit is contained in:
Vincent Yang 2015-05-26 18:14:37 +08:00
parent 246913c092
commit d7ad7221e4
1 changed files with 7 additions and 0 deletions

View File

@ -172,7 +172,14 @@ public:
*/
int getDepth() const { return _depth; }
/**
* Get the frustum's far plane.
*/
float getFarPlane() const { return _farPlane; }
/**
* Get the frustum's near plane.
*/
float getNearPlane() const { return _nearPlane; }
//override