Ignore:
Timestamp:
10/10/05 15:23:32 (19 years ago)
Author:
mattausch
Message:

queries are realized as templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/src/OgrePlatformHierarchyInterface.cpp

    r187 r316  
    8787         
    8888        mRenderSystem->_setWorldMatrix(Ogre::Matrix4::IDENTITY); 
    89         mSceneManager->useRenderableViewProjMode(solidBox); 
     89        mSceneManager->useRenderableViewProjModeWrapper(solidBox); 
    9090         
    9191        // set no depth write, no color, no lighting material 
    92         mSceneManager->setPass(solidBox->getTechnique()->getPass(0)); 
     92        mSceneManager->setPassWrapper(solidBox->getTechnique()->getPass(0)); // HACK! (mySetPass should be setPass) 
    9393        //SetOcclusionPass(); 
    9494 
Note: See TracChangeset for help on using the changeset viewer.