Home
last modified time | relevance | path

Searched refs:cumulative_gore_direction (Results 1 – 1 of 1) sorted by relevance

/dports/games/avp/avp-20170505/src/avp/
H A Dhmodel.c201 VECTORCH cumulative_gore_direction; in Preprocess_Section() local
279 cumulative_gore_direction.vx=0; in Preprocess_Section()
280 cumulative_gore_direction.vy=0; in Preprocess_Section()
281 cumulative_gore_direction.vz=0; in Preprocess_Section()
300 if ( (cumulative_gore_direction.vx==0) in Preprocess_Section()
301 && (cumulative_gore_direction.vy==0) in Preprocess_Section()
304 cumulative_gore_direction.vx=4096; in Preprocess_Section()
307 cumulative_gore_direction.vx=-cumulative_gore_direction.vx; in Preprocess_Section()
308 cumulative_gore_direction.vy=-cumulative_gore_direction.vy; in Preprocess_Section()
309 cumulative_gore_direction.vz=-cumulative_gore_direction.vz; in Preprocess_Section()
[all …]