摘要:
This function load a *.tga texture file and convert to OpenGL pixel format, uncompress only. 1 #pragma pack(1) 2 3 struct TgaHeader 4 { 5 unsigne... 阅读全文
摘要:
By hzqst1 void R_SparkEffect(float *pos, int count, int velocityMin, int velocityMax)2 {3 efx.R_SparkStreaks(pos, count, velocityMin, velocityMax)... 阅读全文
摘要:
We need hook "GL_LoadTexture"engine function.GL_LOADTEXTURE_SIG from hw.dll(3266) engine, can not use for other engine version. 1 #include 2 #include... 阅读全文
摘要:
If you want to play Bink video in game, maybe you need this code.QBink.h 1 #ifndef QBINK_H 2 #define QBINK_H 3 4 #include "bink.h" 5 6 extern void P... 阅读全文