#include <r_local.h>
Public Attributes | |
fixed16_t | u |
fixed16_t | u_step |
struct edge_s * | prev |
struct edge_s * | next |
unsigned short | surfs [2] |
struct edge_s * | nextremove |
float | nearzi |
medge_t * | owner |
float edge_s::nearzi |
Definition at line 457 of file r_local.h.
Referenced by R_EmitCachedEdge(), and R_EmitEdge().
struct edge_s * edge_s::next |
Definition at line 454 of file r_local.h.
Referenced by R_EmitEdge(), R_GenerateSpans(), R_GenerateSpansBackward(), R_InsertNewEdges(), R_RemoveEdges(), R_ScanEdges(), and R_StepActiveU().
struct edge_s* edge_s::nextremove |
Definition at line 456 of file r_local.h.
Referenced by R_EmitEdge(), and R_RemoveEdges().
medge_t* edge_s::owner |
Definition at line 458 of file r_local.h.
Referenced by R_EmitEdge().
struct edge_s* edge_s::prev |
Definition at line 454 of file r_local.h.
Referenced by R_InsertNewEdges(), R_RemoveEdges(), R_ScanEdges(), and R_StepActiveU().
unsigned short edge_s::surfs[2] |
Definition at line 455 of file r_local.h.
Referenced by R_EmitCachedEdge(), R_EmitEdge(), R_GenerateSpans(), R_GenerateSpansBackward(), R_LeadingEdge(), R_LeadingEdgeBackwards(), and R_ScanEdges().
fixed16_t edge_s::u |
Definition at line 452 of file r_local.h.
Referenced by R_EmitEdge(), R_InsertNewEdges(), R_LeadingEdge(), R_LeadingEdgeBackwards(), R_ScanEdges(), R_StepActiveU(), and R_TrailingEdge().
fixed16_t edge_s::u_step |
Definition at line 453 of file r_local.h.
Referenced by R_EmitEdge(), R_ScanEdges(), and R_StepActiveU().