Blender Git Commit Log

Git Commits -> Revision a145bc7

Revision a145bc7 by Mitchell Stokes (soc-2013-paint)
July 12, 2014, 09:51 (GMT)
Fix T40257: Frustum culling not working properly

This is mostly the same fix as before, but now code depending on culling
checks is executed after KX_Scene->CalculateVisibleMeshes(). As a
side-effect, LoD checks and animation culling now use the current
frame's culling information rather than the previous frame's.

Commit Details:

Full Hash: a145bc7b2191fe99a48e38d102e99e940ed36acf
Parent Commit: cd6abb0
Committed By: Campbell Barton
Lines Changed: +57, -35

8 Modified Paths:

/source/gameengine/Ketsji/KX_Dome.cpp (+1, -0) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+21, -0) (Diff)
/source/gameengine/Ketsji/KX_GameObject.h (+2, -2) (Diff)
/source/gameengine/Ketsji/KX_KetsjiEngine.cpp (+12, -32) (Diff)
/source/gameengine/Ketsji/KX_KetsjiEngine.h (+0, -1) (Diff)
/source/gameengine/Ketsji/KX_Scene.cpp (+17, -0) (Diff)
/source/gameengine/Ketsji/KX_Scene.h (+2, -0) (Diff)
/source/gameengine/VideoTexture/ImageRender.cpp (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021