Google

class SG_EXPORT osg::TextureCubeMap

TextureCubeMap state class which encapsulates OpenGl texture cubemap functionality

Inheritance:


Public Methods

[more] TextureCubeMap()
[more] TextureCubeMap(const TextureCubeMap& cm, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy
[more] META_StateAttribute(osg, TextureCubeMap, TEXTURE)
[more]virtual int compare(const StateAttribute& rhs) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs
[more]virtual void getAssociatedModes(std::vector<GLMode>& modes) const
[more]void setImage(Face, Image* image)
Set the texture image for specified face.
[more]Image* getImage(Face)
Get the texture image for specified face.
[more]const Image* getImage(Face) const
Get the const texture image for specified face.
[more]inline void setTextureSize(int width, int height) const
Set the texture width and height.
[more]inline void getTextureSize(int& width, int& height) const
Get the texture subload width.
[more]void setSubloadCallback(SubloadCallback* cb)
[more]SubloadCallback* getSubloadCallback()
[more]const SubloadCallback* getSubloadCallback() const
[more]void setNumMipmapLevels(unsigned int num) const
Set the number of mip map levels the the texture has been created with, should only be called within an osg::Texuture::apply() and custom OpenGL texture load
[more]unsigned int getNumMipmapLevels() const
Get the number of mip map levels the the texture has been created with
[more]virtual void apply(State& state) const
On first apply (unless already compiled), create the minmapped texture and bind it, subsequent apply will simple bind to texture
[more]static const Extensions* getExtensions(uint contextID, bool createIfNotInitalized)
Function to call to get the extension of a specified context.
[more]static void setExtensions(uint contextID, Extensions* extensions)
setExtensions allows users to override the extensions across graphics contexts.

Public Members

[more]enum Face
class SubloadCallback: public Referenced
class Extensions: public osg::Referenced
Extensions class which encapsulates the querring of extensions and associated function pointers, and provide convinience wrappers to check for the extensions or use the associated functions

Protected Fields

[more]mutable ref_ptr<Image> _images[6]
[more]mutable GLsizei _textureWidth
[more]mutable GLsizei _textureHeight
[more]mutable GLsizei _numMimpmapLevels
[more]ref_ptr<SubloadCallback> _subloadCallback

Protected Methods

[more]virtual ~TextureCubeMap()
[more]bool imagesValid() const
[more]virtual void computeInternalFormat() const


Inherited from Texture:

Public Methods

ovirtual osg::Object* cloneType() const
ovirtual osg::Object* clone(const CopyOp& copyop) const
ovirtual bool isSameKindAs(const osg::Object* obj) const
ovirtual const char* libraryName() const
ovirtual const char* className() const
ovirtual Type getType() const
ovirtual bool isTextureAttribute() const
ovoid setWrap(WrapParameter which, WrapMode wrap)
oWrapMode getWrap(WrapParameter which) const
ovoid setBorderColor(const Vec4& color)
oconst Vec4& getBorderColor() const
ovoid setFilter(FilterParameter which, FilterMode filter)
oFilterMode getFilter(FilterParameter which) const
ovoid setMaxAnisotropy(float anis)
oinline float getMaxAnisotropy() const
oinline void setInternalFormatMode(InternalFormatMode mode)
oinline InternalFormatMode getInternalFormatMode() const
oinline void setInternalFormat(GLint internalFormat)
oinline GLint getInternalFormat() const
obool isCompressedInternalFormat() const
oinline GLuint& getTextureObject(uint contextID) const
oinline uint& getModifiedTag(uint contextID) const
oinline uint& getTextureParameterDirty(uint contextID) const
ovoid dirtyTextureObject()
ovoid dirtyTextureParameters()
ostatic void deleteTextureObject(uint contextID, GLuint handle)
ostatic void flushDeletedTextureObjects(uint contextID)
ovirtual void compile(State& state) const

Public Members

oenum WrapParameter
oenum WrapMode
oenum FilterParameter
oenum FilterMode
oenum InternalFormatMode
o Get the handle to the texture object for the current context

Protected Fields

omutable TextureNameList _handleList
omutable ImageModifiedTag _modifiedTag
omutable TexParameterDirtyList _texParametersDirtyList
oWrapMode _wrap_s
oWrapMode _wrap_t
oWrapMode _wrap_r
oFilterMode _min_filter
oFilterMode _mag_filter
ofloat _maxAnisotropy
oVec4 _borderColor
oInternalFormatMode _internalFormatMode
omutable GLint _internalFormat

Protected Methods

ovoid computeInternalFormatWithImage(osg::Image& image) const
obool isCompressedInternalFormat(GLint internalFormat) const
ovoid applyTexParameters(GLenum target, State& state) const
ovoid applyTexImage2D(GLenum target, Image* image, State& state, GLsizei& width, GLsizei& height, GLsizei& numMimpmapLevels) const
oint compareTexture(const Texture& rhs) const

Protected Members

otypedef buffered_value<GLuint> TextureNameList
otypedef buffered_value<uint> ImageModifiedTag
otypedef buffered_value<uint> TexParameterDirtyList


Inherited from StateAttribute:

Public Methods

obool operator < (const StateAttribute& rhs) const
obool operator == (const StateAttribute& rhs) const
obool operator != (const StateAttribute& rhs) const

Public Members

otypedef GLenum GLMode
otypedef unsigned int GLModeValue
otypedef unsigned int OverrideValue
oenum Values
otypedef unsigned int Type
oenum Types


Inherited from Object:

Public Methods

oinline void setDataVariance(DataVariance dv)
oinline DataVariance getDataVariance() const
oinline void setUserData(Referenced* obj)
oinline Referenced* getUserData()
oinline const Referenced* getUserData() const

Public Members

oenum DataVariance

Protected Fields

oDataVariance _dataVariance
oref_ptr<Referenced> _userData


Inherited from Referenced:

Public Methods

oinline Referenced& operator = (Referenced&)
ostatic void setDeleteHandler(DeleteHandler* handler)
ostatic DeleteHandler* getDeleteHandler()
oinline void ref() const
oinline void unref_nodelete() const
oinline int referenceCount() const
oinline void unref() const

Protected Fields

omutable int _refCount


Documentation

TextureCubeMap state class which encapsulates OpenGl texture cubemap functionality
o TextureCubeMap()

o TextureCubeMap(const TextureCubeMap& cm, const CopyOp& copyop=CopyOp::SHALLOW_COPY)
Copy constructor using CopyOp to manage deep vs shallow copy

o META_StateAttribute(osg, TextureCubeMap, TEXTURE)

ovirtual int compare(const StateAttribute& rhs) const
return -1 if *this < *rhs, 0 if *this==*rhs, 1 if *this>*rhs

ovirtual void getAssociatedModes(std::vector<GLMode>& modes) const

oenum Face

o POSITIVE_X

o NEGATIVE_X

o POSITIVE_Y

o NEGATIVE_Y

o POSITIVE_Z

o NEGATIVE_Z

ovoid setImage(Face, Image* image)
Set the texture image for specified face.

oImage* getImage(Face)
Get the texture image for specified face.

oconst Image* getImage(Face) const
Get the const texture image for specified face.

oinline void setTextureSize(int width, int height) const
Set the texture width and height. If width or height are zero then the repsective size value is calculated from the source image sizes.

oinline void getTextureSize(int& width, int& height) const
Get the texture subload width.

ovoid setSubloadCallback(SubloadCallback* cb)

oSubloadCallback* getSubloadCallback()

oconst SubloadCallback* getSubloadCallback() const

ovoid setNumMipmapLevels(unsigned int num) const
Set the number of mip map levels the the texture has been created with, should only be called within an osg::Texuture::apply() and custom OpenGL texture load

ounsigned int getNumMipmapLevels() const
Get the number of mip map levels the the texture has been created with

ovirtual void apply(State& state) const
On first apply (unless already compiled), create the minmapped texture and bind it, subsequent apply will simple bind to texture

ostatic const Extensions* getExtensions(uint contextID, bool createIfNotInitalized)
Function to call to get the extension of a specified context. If the Exentsion object for that context has not yet been created then and the 'createIfNotInitalized' flag been set to false then returns NULL. If 'createIfNotInitalized' is true then the Extensions object is automatically created. However, in this case the extension object only be created with the graphics context associated with ContextID..

ostatic void setExtensions(uint contextID, Extensions* extensions)
setExtensions allows users to override the extensions across graphics contexts. typically used when you have different extensions supported across graphics pipes but need to ensure that they all use the same low common denominator extensions.

ovirtual ~TextureCubeMap()

obool imagesValid() const

ovirtual void computeInternalFormat() const

omutable ref_ptr<Image> _images[6]

omutable GLsizei _textureWidth

omutable GLsizei _textureHeight

omutable GLsizei _numMimpmapLevels

oref_ptr<SubloadCallback> _subloadCallback


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.