blender/source/gameengine/Rasterizer/RAS_OpenGLRasterizer
Campbell Barton 00acdb6292 remove CD_POLYINDEX customdata layer:
reported as [#29376] BMESH_TODO: remove tessface CD_ORIGINDEX layer

for a single mesh there could be 3 origindex mappings stored, one on the polygons and 2 on the tessfaces.
(CD_POLYINDEX and CD_ORIGINDEX).

as Andrew suggests, now tessfaces (which are really a cache of polygons), using origindex to point to polygons on
the same derived mesh, and polygons only store the original index values.
2012-10-30 19:20:17 +00:00
..
CMakeLists.txt remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
RAS_GLExtensionManager.cpp style cleanup: follow style guide for/with/if spacing 2012-03-24 07:52:14 +00:00
RAS_GLExtensionManager.h remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
RAS_ListRasterizer.cpp style cleanup: bge, switch statements mostly. 2012-10-21 07:58:38 +00:00
RAS_ListRasterizer.h style cleanup 2012-07-21 22:58:08 +00:00
RAS_OpenGLRasterizer.cpp remove CD_POLYINDEX customdata layer: 2012-10-30 19:20:17 +00:00
RAS_OpenGLRasterizer.h code cleanup: check for msvc directly when using warning pragma's. 2012-10-15 02:15:07 +00:00
RAS_VAOpenGLRasterizer.cpp style cleanup: bge, switch statements mostly. 2012-10-21 07:58:38 +00:00
RAS_VAOpenGLRasterizer.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00