osg::ref_ptr< osg::Texture > getOsgTexture() const
Returns the osg::Texture1D.
Definition: OsgTexture.h:44
OsgTextureRectangle()
Constructor.
Definition: OsgTextureRectangle.cpp:20
osg::ref_ptr< osg::TextureRectangle > getOsgTextureRectangle() const
Returns the osg::TextureRectangle.
Definition: OsgTextureRectangle.h:59
virtual void getSize(int *width, int *height) const
Gets the size of the texture.
Definition: OsgTextureRectangle.cpp:29
Base class for OSG implementations of Graphics Textures.
Definition: OsgTexture.h:32
virtual void setSize(int width, int height)
Sets the size of the texture.
Definition: OsgTextureRectangle.cpp:24
OSG implementation of a Rectangle Texture.
Definition: OsgTextureRectangle.h:40
Base class defining the interface for a Rectangle Graphics Texture.
Definition: TextureRectangle.h:30