Ignore:
Timestamp:
02/20/06 19:06:03 (18 years ago)
Author:
mattausch
Message:

added ogre dependencies and patched ogre sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/OgreMain/include/OgreFrustum.h

    r61 r657  
    445445                /** Disables any custom near clip plane. */ 
    446446                virtual void disableCustomNearClipPlane(void); 
     447                /** Is a custom near clip plane in use? */ 
     448                virtual bool isCustomNearClipPlaneEnabled(void) const  
     449                { return mObliqueDepthProjection; } 
    447450                 
    448451 
Note: See TracChangeset for help on using the changeset viewer.