Switch fixed time system. Logic updates should now happen at 30Hz, physics at 60Hz. (By default, use Python to set.) Some actuators still run at framerate (IPO, Action) for nice smooth animation, and an excuse to buy high end hardware.

Keyboard sensors can now hook escape key.  Ctrl-Break can be used from within blender if you've forgotten an end game actuator.

Fixed a stupid bug preventing some actuators working (like TrackTo).
This commit is contained in:
Kester Maddock
2004-10-16 11:41:50 +00:00
parent 0639829140
commit 7b2567924b
88 changed files with 776 additions and 567 deletions

View File

@@ -454,7 +454,7 @@ void RAS_OpenGLRasterizer::SetEye(StereoEye eye)
m_2DCanvas->ClearBuffer(RAS_ICanvas::COLOR_BUFFER);
glColorMask(GL_FALSE, GL_FALSE, GL_TRUE, GL_FALSE);
} else {
glAccum(GL_LOAD, 1.0);
//glAccum(GL_LOAD, 1.0);
glColorMask(GL_TRUE, GL_FALSE, GL_FALSE, GL_FALSE);
ClearDepthBuffer();
}