blender/source/gameengine/Rasterizer
2013-11-04 19:21:25 +00:00
..
RAS_OpenGLFilters code cleanup: bge warnings 2013-04-04 23:16:23 +00:00
RAS_OpenGLRasterizer BGE Rasterizer Cleanup: Getting rid of the BL_Material.h include in RAS_OpenGLRasterizer.cpp. 2013-11-04 19:21:25 +00:00
CMakeLists.txt BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing. 2013-11-04 19:21:07 +00:00
RAS_2DFilterManager.cpp fix for strange error with BGE 2d filter code, 2013-08-03 23:40:15 +00:00
RAS_2DFilterManager.h fix for strange error with BGE 2d filter code, 2013-08-03 23:40:15 +00:00
RAS_BucketManager.cpp BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing. 2013-11-04 19:21:07 +00:00
RAS_BucketManager.h BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing. 2013-11-04 19:21:07 +00:00
RAS_CameraData.h
RAS_Deformer.h
RAS_FramingManager.cpp BGE: Extend Framing Mode + Camera sensor 2013-04-18 23:34:32 +00:00
RAS_FramingManager.h
RAS_ICanvas.h BGE: Adding vsync control. Users can enable vsync, disable vsync, or use adaptive vsync via UI options in the render properties, or by using the new Python method bge.render.setVsync(). Win32 and X11 support are done via EXT_swap_control. Support for using EXT_swap_control on OS X still needs to be added to Ghost. 2013-07-29 22:31:32 +00:00
RAS_IPolygonMaterial.cpp
RAS_IPolygonMaterial.h style cleanup: comment format 2013-02-02 04:48:21 +00:00
RAS_IRasterizer.h BGE Rasterizer Cleanup: Getting rid of RAS_IRasterizer::RenderText(), and just adding the code to IndexPrimitives_3DText(), which is the only function that uses RenderText(). 2013-11-04 19:21:21 +00:00
RAS_LightObject.h
RAS_MaterialBucket.cpp BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing. 2013-11-04 19:21:07 +00:00
RAS_MaterialBucket.h BGE Rasterizer Cleanup: Removing RAS_IRenderTools and moving the functionality to RAS_IRasterizer. RAS_OpenGLRasterizer is a bit of a mess now with references to Ketsji and other modules it shouldn't be accessing. 2013-11-04 19:21:07 +00:00
RAS_MeshObject.cpp remove unused function. also typo 2013-08-27 23:34:16 +00:00
RAS_MeshObject.h Optimization and threading fix for shapekeys weights calculation 2013-08-19 10:36:39 +00:00
RAS_ObjectColor.h
RAS_Polygon.cpp fix [#34609] mesh.getVertex doesn't work as spected with poly.getMaterialIndex() and poly vertex indexes 2013-05-01 22:41:55 +00:00
RAS_Polygon.h fix [#34609] mesh.getVertex doesn't work as spected with poly.getMaterialIndex() and poly vertex indexes 2013-05-01 22:41:55 +00:00
RAS_Rect.h
RAS_texmatrix.cpp
RAS_TexMatrix.h
RAS_TexVert.cpp code cleanup: bge - was converting float[] to MT_Vector's just to compare. use BLI_math instead. 2013-02-23 01:57:56 +00:00
RAS_TexVert.h BGE: Cleaning up the VBO code to use RAS_TexVert more directly instead of copying out pieces. This also gets rid of MapBuffers, which isn't available in OpenGL ES. Scenes that require constant VBO updates (like my skeletal mesh stress test) are now 10~13% faster. 2013-04-05 01:28:38 +00:00
SConscript remove redundant includes from cmake and scons. 2013-05-30 02:16:22 +00:00