0
0
Fork 0
mirror of https://github.com/nzp-team/glquake.git synced 2025-03-13 06:02:49 +00:00
glquake/source/gl_decal.h
Ryan Baldwin e7c0cfb0f9
Working QMB ()
* Add initial non working qmb

* fix bit parsing

* Fix loading_name messages

* Fix rendering issue, add some QMB translation

* Working particles :)
2022-08-01 12:01:12 -07:00

2 lines
No EOL
152 B
C

void R_SpawnDecal (vec3_t center, vec3_t normal, vec3_t tangent, int tex, int size, int isbsp);
void R_SpawnDecalStatic (vec3_t org, int tex, int size);