Lines Matching refs:axart3d
106 AXART_3D axart3d; member
256 AXARTInitArt3D (&so->axart3d); in startSound()
269 AXARTAddArticulator (&so->axartSound, (AXART_ART*)&so->axart3d); in startSound()
881 oldDist = helicopter.axart3d.dist; in CameraUpdate()
888 helicopter.axart3d.hAngle = hAngle; in CameraUpdate()
889 helicopter.axart3d.vAngle = vAngle; in CameraUpdate()
890 helicopter.axart3d.dist = newDist; in CameraUpdate()
891 helicopter.axart3d.closingSpeed = oldDist - newDist; in CameraUpdate()
892 helicopter.axart3d.update = TRUE; in CameraUpdate()
917 oldDist = cube.axart3d.dist; in CameraUpdate()
924 cube.axart3d.hAngle = hAngle; in CameraUpdate()
925 cube.axart3d.vAngle = vAngle; in CameraUpdate()
926 cube.axart3d.dist = newDist; in CameraUpdate()
927 cube.axart3d.closingSpeed = oldDist - newDist; in CameraUpdate()
928 cube.axart3d.update = TRUE; in CameraUpdate()
1032 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.hAngle: %f", helicopter.axart3d.hAngle); in DrawUI()
1034 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.vAngle: %f", helicopter.axart3d.vAngle); in DrawUI()
1036 DEMOPrintf( textX, textY, 0, "helicopter.axart3d.dist: %f", helicopter.axart3d.dist); in DrawUI()
1038 …DEMOPrintf( textX, textY, 0, "helicopter.axart3d.closingSpeed: %f", helicopter.axart3d.closingSpee… in DrawUI()