Searched refs:mTiltAngle (Results 1 – 1 of 1) sorted by relevance
69 private float mTiltAngle = 0.0f; field in OBJView97 mTiltAngle = 0.0f; in reset()125 mTiltAngle -= 360.0f/24.0f; in onKeyDown()129 mTiltAngle += 360.0f/24.0f; in onKeyDown()214 gl.glRotatef(mTiltAngle, 1, 0, 0); in onDraw()