blender/source
Benoit Bolsee fc66b3f2ef BGE: support modifiers without mapping to original mesh both graphically and physically, fixes bug #24942 and #25286.
Support for physics is done by skiping the modifiers that
don't support mapping to original mesh. This mapping is
required to report the hit polygon to the application
by the rayCast() function.

Support for graphics is done by using the same render
function that blender uses for the 3D view. This guantees
equal result.

Limitation: there is still a known bug if all these conditions are met:
- Display list enabled
- Old tex face with a several textures mapped to the same material
- no armature or shape keys
- active modifiers

In this case, only a part of the mesh will be rendered
with the wrong texture. To avoid this bug, use the GLSL
materials or make sure to have 1 material=1 texture in
your old tex face objects.
2011-01-23 17:17:21 +00:00
..
blender BGE: support modifiers without mapping to original mesh both graphically and physically, fixes bug #24942 and #25286. 2011-01-23 17:17:21 +00:00
blenderplayer stubs.c updates provided by Kupoman. 2011-01-09 02:43:26 +00:00
creator - fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: "ImportError: No module named _socket" because of copying wrong files over. 2011-01-23 11:42:29 +00:00
darwin darwin Makefiles: copy release scripts and python modules to where blender looks for them, 2010-10-14 19:30:55 +00:00
gameengine BGE: support modifiers without mapping to original mesh both graphically and physically, fixes bug #24942 and #25286. 2011-01-23 17:17:21 +00:00
icons Windows Icons: 2010-09-05 07:08:21 +00:00
kernel rename blenderlib to blender_add_lib 2010-12-22 23:09:30 +00:00
tests update testing md5's for changes in exporters. 2011-01-23 13:34:36 +00:00
CMakeLists.txt - fix problem with cmake, windows 'RelWithDebInfo' target, was giving error: "ImportError: No module named _socket" because of copying wrong files over. 2011-01-23 11:42:29 +00:00
Makefile Reorder library linking. 2010-11-11 06:22:55 +00:00
SConscript dont build blender/kernel if the game engines disabled. 2010-10-31 00:56:46 +00:00