Ignore:
Timestamp:
05/06/06 18:47:53 (18 years ago)
Author:
mattausch
Message:

added updates for visibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/Ogre1.2/OgreMain/include/OgreRenderTarget.h

    r768 r921  
    267267        virtual void writeContentsToFile(const String& filename) = 0; 
    268268 
     269#ifdef GTP_VISIBILITY_MODIFIED_OGRE 
     270                virtual uchar *getBufferContents(int &dimx, int &dimy) = 0; 
     271#endif // GTP_VISIBILITY_MODIFIED_OGRE 
     272 
     273 
    269274        /** Writes the current contents of the render target to the (PREFIX)(time-stamp)(SUFFIX) file. 
    270275                @returns the name of the file used.*/ 
     
    308313        */ 
    309314        virtual Impl *_getImpl(); 
    310  
    311  
    312                  
    313315    protected: 
    314316        /// The name of this target. 
     
    356358                /// internal method for firing events 
    357359                virtual void fireViewportRemoved(Viewport* vp); 
    358  
    359                 #ifdef GAMETOOLS_ILLUMINATION_MODULE  
    360                 public: 
    361                         unsigned long getLastFrameNumber(){return lastFrame;} 
    362                 protected: 
    363                         unsigned long lastFrame; 
    364                 #endif 
    365  
    366360    }; 
    367361 
Note: See TracChangeset for help on using the changeset viewer.