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

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/TestCulling/TestCullingApplication.cpp

    r93 r94  
    1717 
    1818#define WIN32_LEAN_AND_MEAN 
    19 #include "windows.h" 
     19#include <windows.h> 
    2020 
    2121 
     
    2828{ 
    2929        // Create the camera 
    30         mCamera = mSceneMgr->createCamera("PlayerCam"); 
     30        mCamera = mSceneMgr->createCamera("CullCamera"); 
    3131 
    3232        // Position it at 500 in Z direction 
     
    112112mShowOctree(false), 
    113113mUseCulling(true), 
    114 mUseOptimization(false), 
     114mUseOptimization(true), 
    115115mUseCullCamera(false) 
    116116{ 
Note: See TracChangeset for help on using the changeset viewer.