#include <decal.h>
Public Methods | |
DECAL () | |
~DECAL () | |
int | Compare (const DECAL &Decal) |
int | GetMyPosition () const |
void | SetMyPosition (int newPosition) |
Public Attributes | |
int | linkPosition |
int | type |
int | flag |
int | counter |
int | active |
VECTOR | CollisionVector |
VERTEX | Vertex [4] |
float | Size |
VECTOR | Position |
QUAT | Orientation |
|
Definition at line 34 of file decal.cpp.
00035 { 00036 } |
|
Definition at line 38 of file decal.cpp.
00039 { 00040 } |
|
Definition at line 42 of file decal.cpp. References bigger, linkPosition, same, and smaller.
00043 { 00044 if (linkPosition < Decal.linkPosition) 00045 return smaller; 00046 if (linkPosition > Decal.linkPosition) 00047 return bigger; 00048 else 00049 return same; 00050 } |
|
Definition at line 18 of file decal.h. References linkPosition.
00018 {return linkPosition;} |
|
Definition at line 19 of file decal.h. References linkPosition.
00019 {linkPosition = newPosition;} |
|
Definition at line 25 of file decal.h. Referenced by DrawDecals(), UpdateBullets(), and WinMain(). |
|
Definition at line 26 of file decal.h. Referenced by DrawImpactFlash(), and UpdateBullets(). |
|
Definition at line 24 of file decal.h. Referenced by RenderBSP(), and UpdateBullets(). |
|
|
|
Definition at line 20 of file decal.h. Referenced by Compare(), GetMyPosition(), SetMyPosition(), and UpdateBullets(). |
|
Definition at line 30 of file decal.h. Referenced by DrawDecals(), and DrawMuzzleFlash(). |
|
Definition at line 29 of file decal.h. Referenced by DrawDecals(), and DrawMuzzleFlash(). |
|
Definition at line 28 of file decal.h. Referenced by CreateDecal(), DrawMuzzleFlash(), InitGL(), and UpdateBullets(). |
|
Definition at line 22 of file decal.h. Referenced by RenderBSP(), and UpdateBullets(). |
|
Definition at line 27 of file decal.h. Referenced by CreateDecal(), RenderBulletDecal(), and RenderBurnDecal(). |