Changeset 316 for trunk/VUT/work/ogre_changes/OgreMain/src
- Timestamp:
- 10/10/05 15:23:32 (19 years ago)
- Location:
- trunk/VUT/work/ogre_changes/OgreMain/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/OgreMain/src/OgreRenderSystem.cpp
r150 r316 63 63 // instanciate RenderSystemCapabilities 64 64 mCapabilities = new RenderSystemCapabilities(); 65 66 #ifdef GTP_VISIBILITY_MODIFIED_OGRE67 mColour[0] = mColour[1] = mColour[2] = mColour[3] = 255;68 #endif // GTP_VISIBILITY_MODIFIED_OGRE69 65 } 70 66 … … 420 416 } 421 417 } 422 #ifdef GTP_VISIBILITY_MODIFIED_OGRE423 // ------------------------------------------------------------------424 void RenderSystem::setColour(int r, int g, int b, int a)425 {426 mColour[0] = r;427 mColour[1] = g;428 mColour[2] = b;429 mColour[3] = a;430 }431 #endif // GTP_VISIBILITY_MODIFIED_OGRE432 418 } 433 419 -
trunk/VUT/work/ogre_changes/OgreMain/src/OgreSceneManager.cpp
r193 r316 4200 4200 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 4201 4201 //----------------------------------------------------------------------- 4202 Pass* SceneManager::setPassWrapper(Pass* pass) 4203 { 4204 return setPass(pass); 4205 } 4206 //----------------------------------------------------------------------- 4202 4207 void SceneManager::_renderSceneNode(Camera *cam, SceneNode *node, const int leavePassesInQueue) 4203 4208 { … … 4259 4264 renderSingleObject(rend, pass, false); 4260 4265 } 4266 //----------------------------------------------------------------------- 4267 void SceneManager::useRenderableViewProjModeWrapper(Renderable* pRend) 4268 { 4269 useRenderableViewProjMode(pRend); 4270 } 4261 4271 #endif //GTP_VISIBILITY_MODIFIED_OGRE 4262 4272 }
Note: See TracChangeset
for help on using the changeset viewer.