Lines Matching refs:axart3d
115 AXART_3D axart3d; member
265 AXARTInitArt3D (&so->axart3d); in startSound()
278 AXARTAddArticulator (&so->axartSound, (AXART_ART*)&so->axart3d); in startSound()
922 oldDist = helicopter.axart3d.dist; in CameraUpdate()
929 helicopter.axart3d.hAngle = hAngle; in CameraUpdate()
930 helicopter.axart3d.vAngle = vAngle; in CameraUpdate()
931 helicopter.axart3d.dist = newDist; in CameraUpdate()
932 helicopter.axart3d.closingSpeed = oldDist - newDist; in CameraUpdate()
933 helicopter.axart3d.update = TRUE; in CameraUpdate()
958 oldDist = cube.axart3d.dist; in CameraUpdate()
965 cube.axart3d.hAngle = hAngle; in CameraUpdate()
966 cube.axart3d.vAngle = vAngle; in CameraUpdate()
967 cube.axart3d.dist = newDist; in CameraUpdate()
968 cube.axart3d.closingSpeed = oldDist - newDist; in CameraUpdate()
969 cube.axart3d.update = TRUE; in CameraUpdate()
1073 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.hAngle: %f", helicopter.axart3d.hAngle); in DrawUI()
1075 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.vAngle: %f", helicopter.axart3d.vAngle); in DrawUI()
1077 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.dist: %f", helicopter.axart3d.dist); in DrawUI()
1079 …DEMOPrintf( textX, textY, 0, "helicopter.axart3d.closingSpeed: %f", helicopter.axart3d.closingSpee… in DrawUI()