Lines Matching defs:gas_data
57 struct gas_data struct
60 struct _particleSys pSys;
61 GLuint pattern[PARTICLE_PATTERNS]; /* Texture ID applied to each particle */
62 … _dela_z; /* used in accumulation pass, to control final alpha blending*/
64 GLint _autoAcc; /* used in post synthesis pass */
65 …oat _densMax; /* used in post synthesis pass. Shading control*/
66 …loat _lightDirX; /* used in post synthesis pass. Shading control */
67 …loat _lightDirY; /* used in post synthesis pass. Shading control */
68 …loat _LightXY[4]; /* used in post synthesis pass. Shading control */
69 …loat _LightZ[4]; /* used in post synthesis pass. Shading control */
93 void DefaultGasObject(struct gas_data *gas,float *gasColorTable); argument