- Timestamp:
- 04/19/06 00:27:14 (19 years ago)
- Location:
- GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IMG
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IMG/IMGTexture.h
r745 r751 55 55 void setRenderTargetListener(Ogre::RenderTargetListener *renderTargetListener); 56 56 57 virtual void create(Ogre::String fileName, unsigned int width, unsigned int height, Ogre::PixelFormat pixelFormat, Ogre::Camera *camera); 57 virtual void debug(); 58 59 virtual void create(Ogre::String fileName, unsigned int width, unsigned int height, Ogre::PixelFormat pixelFormat, Ogre::Camera *camera, Ogre::ColourValue backgroundColour); 58 60 59 61 Ogre::ColourValue getAvgColour(); -
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/IMG/IMGTextureAtlas.h
r745 r751 3 3 4 4 #include <IMGPrerequisites.h> 5 #include <IMGUtil.h> 5 6 #include <IMGTexture.h> 6 7 … … 51 52 void debug(); 52 53 53 void create(Ogre::String fileName, unsigned int width, unsigned int height, Ogre::PixelFormat pixelFormat, Ogre::Camera *camera );54 void create(Ogre::String fileName, unsigned int width, unsigned int height, Ogre::PixelFormat pixelFormat, Ogre::Camera *camera, Ogre::ColourValue backgroundColour); 54 55 55 56 void update();
Note: See TracChangeset
for help on using the changeset viewer.