Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/
H A Dkshape.h126 extern int NumberOfHeatSources;
H A Dkshape.c188 int NumberOfHeatSources; variable
345 …if (NumberOfHeatSources)//||((Global_ODB_Ptr->ObStrategyBlock)&&(Global_ODB_Ptr->ObStrategyBlock->… in ShapePipeline()
1133 int sourceNumber=NumberOfHeatSources; in PredatorThermalVisionPolygon_Construct()
3970 NumberOfHeatSources=0; in AddShape()
/dports/games/avp/avp-20170505/src/avp/
H A Dhmodel.c3407 NumberOfHeatSources=0;
3435 HeatSourceList[NumberOfHeatSources].Position.vx = sectionDataPtr->World_Offset.vx;
3436 HeatSourceList[NumberOfHeatSources].Position.vy = sectionDataPtr->World_Offset.vy;
3437 HeatSourceList[NumberOfHeatSources].Position.vz = sectionDataPtr->World_Offset.vz;
3438 TranslatePointIntoViewspace(&(HeatSourceList[NumberOfHeatSources].Position));
3439 NumberOfHeatSources++;