LightsprintSDK 2021.08.08
rr_gl::ClipPlanes Struct Reference

#include <UberProgramSetup.h>

Public Attributes

rr::RRVec4 clipPlane
 
float clipPlaneXA
 
float clipPlaneXB
 
float clipPlaneYA
 
float clipPlaneYB
 
float clipPlaneZA
 
float clipPlaneZB
 

Detailed Description

Clipping plane values.

Member Data Documentation

◆ clipPlane

rr::RRVec4 rr_gl::ClipPlanes::clipPlane

Discards geometry with pos . clipPlane<=0.

◆ clipPlaneXA

float rr_gl::ClipPlanes::clipPlaneXA

Discards geometry with pos.x>clipPlaneXA.

◆ clipPlaneXB

float rr_gl::ClipPlanes::clipPlaneXB

Discards geometry with pos.x<clipPlaneXB.

◆ clipPlaneYA

float rr_gl::ClipPlanes::clipPlaneYA

Discards geometry with pos.y>clipPlaneYA.

◆ clipPlaneYB

float rr_gl::ClipPlanes::clipPlaneYB

Discards geometry with pos.y<clipPlaneYB.

◆ clipPlaneZA

float rr_gl::ClipPlanes::clipPlaneZA

Discards geometry with pos.z>clipPlaneZA.

◆ clipPlaneZB

float rr_gl::ClipPlanes::clipPlaneZB

Discards geometry with pos.z<clipPlaneZB.