forked from bartvdbraak/blender
77b4c66cc3
Rename PHY_GetActiveScene() to KX_GetActiveScene(): more logical name Add KX_GetActiveEngine() new KX_KetsjiEngine::GetClockTime(void) to return current render frame time: if the CPU does not keep up with the frame rate, up to 5 consecutive logic frames are processed between each render frame, so that the logic system stays accurate even if the graphic system is slow. For the video texture module, it is important to stay in sync with the render frame: no need to update the texture for logic frame. BL_Texture::swapTexture(): texture id manipulation BL_Texture::getTex() : return material texture Enable video support in ffmpeg for Linux. |
||
---|---|---|
.. | ||
BL_KetsjiEmbedStart.cpp | ||
CMakeLists.txt | ||
KX_BlenderCanvas.cpp | ||
KX_BlenderCanvas.h | ||
KX_BlenderGL.cpp | ||
KX_BlenderGL.h | ||
KX_BlenderInputDevice.cpp | ||
KX_BlenderInputDevice.h | ||
KX_BlenderKeyboardDevice.cpp | ||
KX_BlenderKeyboardDevice.h | ||
KX_BlenderMouseDevice.cpp | ||
KX_BlenderMouseDevice.h | ||
KX_BlenderRenderTools.cpp | ||
KX_BlenderRenderTools.h | ||
KX_BlenderSystem.cpp | ||
KX_BlenderSystem.h | ||
Makefile | ||
SConscript |