#include <r_local.h>
Public Attributes | |
vec3_t | normal |
float | dist |
struct clipplane_s * | next |
byte | leftedge |
byte | rightedge |
byte | reserved [2] |
float clipplane_s::dist |
Definition at line 381 of file r_local.h.
Referenced by R_BmodelCheckBBox(), R_ClipEdge(), R_ClipPolyFace(), R_RecursiveWorldNode(), and R_TransformFrustum().
byte clipplane_s::leftedge |
Definition at line 383 of file r_local.h.
Referenced by R_ClipEdge(), and R_Init().
struct clipplane_s* clipplane_s::next |
Definition at line 382 of file r_local.h.
Referenced by R_ClipEdge(), R_RenderBmodelFace(), and R_RenderFace().
vec3_t clipplane_s::normal |
Definition at line 380 of file r_local.h.
Referenced by R_ClipEdge(), and R_ClipPolyFace().
byte clipplane_s::rightedge |
Definition at line 384 of file r_local.h.
Referenced by R_ClipEdge(), and R_Init().