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

These two shorts are used to map a vertex onto a skin The horizontal axis position is given by s, and the vertical axis position is given by t. The ranges for s and t are greater than or equal to 0 and less than skinWidth and skinHeight. More...

#include <qfiles.h>

Collaboration diagram for dMD2Coord_t:
Collaboration graph

Data Fields

uint16_t s
uint16_t t

Detailed Description

These two shorts are used to map a vertex onto a skin The horizontal axis position is given by s, and the vertical axis position is given by t. The ranges for s and t are greater than or equal to 0 and less than skinWidth and skinHeight.

Definition at line 57 of file qfiles.h.

Field Documentation

◆ s

uint16_t dMD2Coord_t::s

(0 <= s < skinWidth)

Definition at line 58 of file qfiles.h.

◆ t

uint16_t dMD2Coord_t::t

(0 <= t < skinHeight)

Definition at line 59 of file qfiles.h.


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