Ignore:
Timestamp:
04/19/05 09:12:55 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/src/OgreOcclusionCullingSceneManagerDll.cpp

    r48 r51  
    3434namespace Ogre { 
    3535 
    36    // OcclusionCullingDotSceneManager *occlusionDotPlugin; 
     36        // OcclusionCullingDotSceneManager *occlusionDotPlugin; 
    3737        OcclusionCullingOctreeSceneManager *occlusionOctreePlugin; 
    3838        OcclusionCullingTerrainSceneManager *occlusionTerrainPlugin; 
     
    5454                Root::getSingleton().setSceneManager( ST_GENERIC, occlusionOctreePlugin ); 
    5555                Root::getSingleton().setSceneManager( ST_EXTERIOR_CLOSE, occlusionTerrainPlugin ); 
    56                  
    57                 // MessageBox( NULL, "myplugin registered", "this is my plugin", MB_OK | MB_ICONERROR | MB_TASKMODAL); 
    5856    } 
    5957    extern "C" void dllStopPlugin(void) 
Note: See TracChangeset for help on using the changeset viewer.