vkQuake2 doxygen  1.0 dev
clipplane_s Struct Reference

#include <r_local.h>

Public Attributes

vec3_t normal
 
float dist
 
struct clipplane_snext
 
byte leftedge
 
byte rightedge
 
byte reserved [2]
 

Detailed Description

Definition at line 378 of file r_local.h.

Member Data Documentation

◆ dist

float clipplane_s::dist

◆ leftedge

byte clipplane_s::leftedge

Definition at line 383 of file r_local.h.

Referenced by R_ClipEdge(), and R_Init().

◆ next

struct clipplane_s* clipplane_s::next

Definition at line 382 of file r_local.h.

Referenced by R_ClipEdge(), R_RenderBmodelFace(), and R_RenderFace().

◆ normal

vec3_t clipplane_s::normal

Definition at line 380 of file r_local.h.

Referenced by R_ClipEdge(), and R_ClipPolyFace().

◆ reserved

byte clipplane_s::reserved[2]

Definition at line 385 of file r_local.h.

◆ rightedge

byte clipplane_s::rightedge

Definition at line 384 of file r_local.h.

Referenced by R_ClipEdge(), and R_Init().