|
LightsprintSDK 2021.08.08
|
#include <UberProgramSetup.h>
Public Attributes | |
| rr::RRVec4 | clipPlane |
| float | clipPlaneXA |
| float | clipPlaneXB |
| float | clipPlaneYA |
| float | clipPlaneYB |
| float | clipPlaneZA |
| float | clipPlaneZB |
Clipping plane values.
| rr::RRVec4 rr_gl::ClipPlanes::clipPlane |
Discards geometry with pos . clipPlane<=0.
| float rr_gl::ClipPlanes::clipPlaneXA |
Discards geometry with pos.x>clipPlaneXA.
| float rr_gl::ClipPlanes::clipPlaneXB |
Discards geometry with pos.x<clipPlaneXB.
| float rr_gl::ClipPlanes::clipPlaneYA |
Discards geometry with pos.y>clipPlaneYA.
| float rr_gl::ClipPlanes::clipPlaneYB |
Discards geometry with pos.y<clipPlaneYB.
| float rr_gl::ClipPlanes::clipPlaneZA |
Discards geometry with pos.z>clipPlaneZA.
| float rr_gl::ClipPlanes::clipPlaneZB |
Discards geometry with pos.z<clipPlaneZB.