OGRE  1.12.13
Object-Oriented Graphics Rendering Engine
Ogre::RTShader::TextureAtlasSamplerFactory Class Reference

A factory that enables creation of TextureAtlasSampler instances. More...

#include <OgreShaderExTextureAtlasSampler.h>

+ Inheritance diagram for Ogre::RTShader::TextureAtlasSamplerFactory:

Classes

struct  TextureAtlasAttib
 

Public Types

enum  IndexPositionMode { ipmRelative, ipmAbsolute }
 

Public Member Functions

 TextureAtlasSamplerFactory ()
 
bool addTexutreAtlasDefinition (const Ogre::String &filename, TextureAtlasTablePtr textureAtlasTable=TextureAtlasTablePtr())
 Adds a texture atlas definition from a stream. More...
 
bool addTexutreAtlasDefinition (DataStreamPtr stream, TextureAtlasTablePtr textureAtlasTable=TextureAtlasTablePtr())
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. More...
 
virtual SubRenderStatecreateInstance (ScriptCompiler *compiler, PropertyAbstractNode *prop, Pass *pass, SGScriptTranslator *translator)
 
const TextureAtlasAttibgetDefaultAtlasingAttributes () const
 Returns the default attributes of texture atlas processing. More...
 
const TextureAtlasTablePtrgetTextureAtlasTable (const String &textureName) const
 Retrieve the texture atlas table information for a given texture. More...
 
virtual const StringgetType () const
 
bool hasMaterialAtlasingAttributes (Ogre::Material *material, TextureAtlasAttib *attrib=NULL) const
 Tells whether a specific material has atlas attributes associated with it. More...
 
void removeAllTextureAtlasTables ()
 Removes all texture atlas table information. More...
 
void removeTextureAtlasTable (const String &textureName)
 Removes the texture atlas information from a given texture. More...
 
void setDefaultAtlasingAttributes (IndexPositionMode mode, ushort offset, bool autoAdjustBorders)
 Set the default attributes concerning atlas texture processing. More...
 
void setMaterialAtlasingAttributes (Ogre::Material *material, IndexPositionMode mode, ushort offset, bool autoAdjustBorders)
 Set the default attributes concerning atlas texture processing for a specific material. More...
 
void setTextureAtlasTable (const String &textureName, const TextureAtlasTablePtr &atlasData, bool autoBorderAdjust=true)
 Set the texture atlas information for a given texture. More...
 
virtual void writeInstance (MaterialSerializer *ser, SubRenderState *subRenderState, Pass *srcPass, Pass *dstPass)
 
- Public Member Functions inherited from Ogre::RTShader::SubRenderStateFactory
 SubRenderStateFactory ()
 
virtual ~SubRenderStateFactory ()
 
virtual SubRenderStatecreateInstance ()
 Create an instance of the SubRenderState sub class it suppose to create. More...
 
virtual SubRenderStatecreateInstance (ScriptCompiler *compiler, PropertyAbstractNode *prop, TextureUnitState *texState, SGScriptTranslator *translator)
 Create an instance of the SubRenderState based on script properties. More...
 
virtual SubRenderStatecreateOrRetrieveInstance (SGScriptTranslator *translator)
 Retrieve the previous instance the SRS in the script translator or create a new instance if not found. More...
 
virtual void destroyAllInstances ()
 Destroy all the instances that created by this factory. More...
 
virtual void destroyInstance (SubRenderState *subRenderState)
 Destroy the given instance. More...
 
virtual void writeInstance (MaterialSerializer *ser, SubRenderState *subRenderState, const TextureUnitState *srcTextureUnit, const TextureUnitState *dstTextureUnit)
 Write the given sub-render state instance using the material serializer. More...
 
- Public Member Functions inherited from Ogre::Singleton< TextureAtlasSamplerFactory >
 Singleton (void)
 
 ~Singleton (void)
 

Static Public Member Functions

static TextureAtlasSamplerFactorygetSingleton (void)
 
static TextureAtlasSamplerFactorygetSingletonPtr (void)
 
- Static Public Member Functions inherited from Ogre::Singleton< TextureAtlasSamplerFactory >
static TextureAtlasSamplerFactory & getSingleton (void)
 Get the singleton instance. More...
 
static TextureAtlasSamplerFactory * getSingletonPtr (void)
 Get the singleton instance. More...
 

Detailed Description

A factory that enables creation of TextureAtlasSampler instances.

Remarks
Sub class of SubRenderStateFactory

Member Enumeration Documentation

◆ IndexPositionMode

Enumerator
ipmRelative 
ipmAbsolute 

Constructor & Destructor Documentation

◆ TextureAtlasSamplerFactory()

Ogre::RTShader::TextureAtlasSamplerFactory::TextureAtlasSamplerFactory ( )

Member Function Documentation

◆ getSingletonPtr()

static TextureAtlasSamplerFactory* Ogre::RTShader::TextureAtlasSamplerFactory::getSingletonPtr ( void  )
static

◆ getSingleton()

static TextureAtlasSamplerFactory& Ogre::RTShader::TextureAtlasSamplerFactory::getSingleton ( void  )
static

◆ getType()

virtual const String& Ogre::RTShader::TextureAtlasSamplerFactory::getType ( ) const
virtual

◆ createInstance()

virtual SubRenderState* Ogre::RTShader::TextureAtlasSamplerFactory::createInstance ( ScriptCompiler compiler,
PropertyAbstractNode prop,
Pass pass,
SGScriptTranslator translator 
)
virtual

◆ writeInstance()

virtual void Ogre::RTShader::TextureAtlasSamplerFactory::writeInstance ( MaterialSerializer ser,
SubRenderState subRenderState,
Pass srcPass,
Pass dstPass 
)
virtual

◆ addTexutreAtlasDefinition() [1/2]

bool Ogre::RTShader::TextureAtlasSamplerFactory::addTexutreAtlasDefinition ( const Ogre::String filename,
TextureAtlasTablePtr  textureAtlasTable = TextureAtlasTablePtr() 
)

Adds a texture atlas definition from a stream.

This function loads a texture atlas definition file from a stream. The accepted format for this file is the NVidia Texture Atlas Tools ".tai" file format. This file as

The ".tai" format consist of lines, where each line corresponds to a specific texture in the texture atlas. Each line has the following format:

<original texture filename>/t/t<atlas filename>, <atlas idx>, <atlas type>, <woffset>, <hoffset>, <depth offset>, <width>, <height>
Parameters
filenameThe full path to the file containing a ".tai" format data.
textureAtlasTableA table into which the data in the stream will be filled. This parameter will be filled only if it is not null. The system factory keeps a copy of this information in any case.

◆ addTexutreAtlasDefinition() [2/2]

bool Ogre::RTShader::TextureAtlasSamplerFactory::addTexutreAtlasDefinition ( DataStreamPtr  stream,
TextureAtlasTablePtr  textureAtlasTable = TextureAtlasTablePtr() 
)

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

◆ setTextureAtlasTable()

void Ogre::RTShader::TextureAtlasSamplerFactory::setTextureAtlasTable ( const String textureName,
const TextureAtlasTablePtr atlasData,
bool  autoBorderAdjust = true 
)

Set the texture atlas information for a given texture.

Parameters
textureNameName of an atlas texture
atlasDataA list of records containing the position and size of each texture in the atlas
autoBorderAdjustSets whether to automatically adjust the image polling area for border issues.See the Border issues paragraph under the class documentation for more information.

◆ removeTextureAtlasTable()

void Ogre::RTShader::TextureAtlasSamplerFactory::removeTextureAtlasTable ( const String textureName)

Removes the texture atlas information from a given texture.

Parameters
textureNameName of an atlas texture

◆ removeAllTextureAtlasTables()

void Ogre::RTShader::TextureAtlasSamplerFactory::removeAllTextureAtlasTables ( )

Removes all texture atlas table information.

◆ getTextureAtlasTable()

const TextureAtlasTablePtr& Ogre::RTShader::TextureAtlasSamplerFactory::getTextureAtlasTable ( const String textureName) const

Retrieve the texture atlas table information for a given texture.

Parameters
textureNameName of an atlas texture

◆ setDefaultAtlasingAttributes()

void Ogre::RTShader::TextureAtlasSamplerFactory::setDefaultAtlasingAttributes ( IndexPositionMode  mode,
ushort  offset,
bool  autoAdjustBorders 
)

Set the default attributes concerning atlas texture processing.

Parameters
modeThe index positioning mode. Tells relative to where the the texture coordinates containing the atlas image to use are positioned.
offsetThe index positioning offset. Tells the offset relative to the index positioning mode.
autoAdjustBordersTells whether to automatically adjust the polled area in the texture relative to the used mipmap level.
See also
TextureAtlasSampler

◆ getDefaultAtlasingAttributes()

const TextureAtlasAttib& Ogre::RTShader::TextureAtlasSamplerFactory::getDefaultAtlasingAttributes ( ) const

Returns the default attributes of texture atlas processing.

See also
setDefaultAtlasingAttributes

◆ setMaterialAtlasingAttributes()

void Ogre::RTShader::TextureAtlasSamplerFactory::setMaterialAtlasingAttributes ( Ogre::Material material,
IndexPositionMode  mode,
ushort  offset,
bool  autoAdjustBorders 
)

Set the default attributes concerning atlas texture processing for a specific material.

Parameters
materialThe material to which to add the information
modeThe index positioning mode. Tells relative to where the the texture coordinates containing the atlas image to use are positioned.
offsetThe index positioning offset. Tells the offset relative to the index positioning mode.
autoAdjustBordersTells whether to automatically adjust the polled area in the texture relative to the used mipmap level.
See also
TextureAtlasSampler

◆ hasMaterialAtlasingAttributes()

bool Ogre::RTShader::TextureAtlasSamplerFactory::hasMaterialAtlasingAttributes ( Ogre::Material material,
TextureAtlasAttib attrib = NULL 
) const

Tells whether a specific material has atlas attributes associated with it.

And returns the attributes to be used.

See also
setMaterialAtlasingAttributes

The documentation for this class was generated from the following file: