#include <sw.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 195 of file sw.h.
Referenced by R_BmodelCheckBBox(), R_ClipEdge(), R_ClipPolyFace(), and R_TransformFrustum().
byte clipplane_s::leftedge |
Definition at line 197 of file sw.h.
Referenced by R_ClipEdge(), and R_Init().
struct clipplane_s* clipplane_s::next |
Definition at line 196 of file sw.h.
Referenced by R_ClipEdge(), R_RenderBmodelFace(), and R_RenderFace().
vec3_t clipplane_s::normal |
Definition at line 194 of file sw.h.
Referenced by R_ClipEdge(), and R_ClipPolyFace().
byte clipplane_s::rightedge |
Definition at line 198 of file sw.h.
Referenced by R_ClipEdge(), and R_Init().