mirror of https://github.com/axmolengine/axmol.git
ciskip add doc for camera::getnear/farplane().
This commit is contained in:
parent
246913c092
commit
d7ad7221e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue