Changeset 341 for trunk/avango-osg/include/avango/osg/TexturedQuad.h
- Timestamp:
- 02/01/10 17:37:44 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/avango-osg/include/avango/osg/TexturedQuad.h
r338 r341 34 34 #include <avango/osg/Geometry.h> 35 35 #include <osg/Texture2D> 36 #include <avango/osg/Texture1D.h> 36 37 #include <avango/osg/Texture2D.h> 37 38 #include <osgDB/ReadFile> … … 72 73 SFVec4 Color; 73 74 SFVec3 Position; 74 SFTexture2D Texture; 75 //Due to backwards compatibility, thie flag indicates if the field Filename can be used to load a texture directly. 75 SFTexture1D Texture1D; 76 SFTexture2D Texture2D; 77 //Due to backwards compatibility, this flag indicates if the field Filename can be used to load a texture directly. 76 78 //If this is set to False, the Texture field must be used directly. Default is True 77 79 SFBool UseFilename; … … 99 101 bool mColorChanged; 100 102 bool mFilenameChanged; 101 bool mTextureChanged; 103 bool mTextureChanged1D; 104 bool mTextureChanged2D; 102 105 bool mTexCoordsChanged; 103 106
Note: See TracChangeset
for help on using the changeset viewer.
