Changeset 350 for trunk/VUT/work/ogre_changes
- Timestamp:
- 10/27/05 03:25:09 (19 years ago)
- Location:
- trunk/VUT/work/ogre_changes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/Plugins/OctreeSceneManager/src/OgreOctree.cpp
r347 r350 105 105 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 106 106 // update bounds because we want tight octree 107 if (1) _updateBounds();107 _updateBounds(); 108 108 109 109 #endif //GTP_VISIBILITY_MODIFIED_OGRE -
trunk/VUT/work/ogre_changes/RenderSystems/GL/src/OgreGLRenderSystem.cpp
r347 r350 2344 2344 glDisableVertexAttribArrayARB_ptr(1); // disable weights 2345 2345 } 2346 glColor4f(1,1,1,1); 2346 2347 2347 glSecondaryColor3fEXT_ptr(0.0f, 0.0f, 0.0f); 2348 2348
Note: See TracChangeset
for help on using the changeset viewer.