UFO: Alien Invasion
Loading...
Searching...
No Matches
tape_t Struct Reference

#include <r_material.h>

Collaboration diagram for tape_t:
Collaboration graph

Data Fields

float floor
float ceil
float height
float min
float max
float center

Detailed Description

Definition at line 105 of file r_material.h.

Field Documentation

◆ ceil

float tape_t::ceil

if the vertex z position is greater than this, the alpha value will be 0

Definition at line 107 of file r_material.h.

Referenced by R_ParseStage().

◆ center

float tape_t::center

the center where the maximum alpha value should be

Definition at line 111 of file r_material.h.

Referenced by R_ParseStage(), and R_StageColor().

◆ floor

float tape_t::floor

if the vertex z position is lower than this, the alpha value for the blended texture will be 0

Definition at line 106 of file r_material.h.

Referenced by R_ParseStage().

◆ height

float tape_t::height

the z distance between floor and ceiling

Definition at line 108 of file r_material.h.

Referenced by R_ParseStage().

◆ max

float tape_t::max

center + ceil

Definition at line 110 of file r_material.h.

Referenced by R_ParseStage(), and R_StageColor().

◆ min

float tape_t::min

center - floor

Definition at line 109 of file r_material.h.

Referenced by R_ParseStage(), and R_StageColor().


The documentation for this struct was generated from the following file: