#include <OgreMaterialSerializer.h>
Public Member Functions | |
MaterialSerializer () | |
default constructor | |
virtual | ~MaterialSerializer () |
default destructor | |
void | queueForExport (const MaterialPtr &pMat, bool clearQueued=false, bool exportDefaults=false) |
Queue an in-memory Material to the internal buffer for export. | |
void | exportQueued (const String &filename) |
Exports queued material(s) to a named material script file. | |
void | exportMaterial (const MaterialPtr &pMat, const String &filename, bool exportDefaults=false) |
Exports an in-memory Material to the named material script file. | |
const String & | getQueuedAsString () const |
Returns a string representing the parsed material(s). | |
void | clearQueue () |
Clears the internal buffer. | |
void | parseScript (DataStreamPtr &stream, const String &groupName) |
Parses a Material script file passed as a stream. | |
Protected Types | |
typedef std::map< String, ATTRIBUTE_PARSER > | AttribParserList |
Keyword-mapped attribute parsers. | |
typedef std::multimap< TextureUnitState::TextureEffectType, TextureUnitState::TextureEffect > | EffectMap |
Protected Member Functions | |
bool | parseScriptLine (String &line) |
internal method for parsing a material | |
bool | invokeParser (String &line, AttribParserList &parsers) |
internal method for finding & invoking an attribute parser. | |
void | finishProgramDefinition (void) |
Internal method for saving a program definition which has been built up. | |
void | writeMaterial (const MaterialPtr &pMat) |
void | writeTechnique (const Technique *pTech) |
void | writePass (const Pass *pPass) |
void | writeTextureUnit (const TextureUnitState *pTex) |
void | writeSceneBlendFactor (const SceneBlendFactor sbf_src, const SceneBlendFactor sbf_dest) |
void | writeSceneBlendFactor (const SceneBlendFactor sbf) |
void | writeCompareFunction (const CompareFunction cf) |
void | writeColourValue (const ColourValue &colour, bool writeAlpha=false) |
void | writeLayerBlendOperationEx (const LayerBlendOperationEx op) |
void | writeLayerBlendSource (const LayerBlendSource lbs) |
void | writeRotationEffect (const TextureUnitState::TextureEffect &effect, const TextureUnitState *pTex) |
void | writeTransformEffect (const TextureUnitState::TextureEffect &effect, const TextureUnitState *pTex) |
void | writeScrollEffect (const TextureUnitState::TextureEffect &effect, const TextureUnitState *pTex) |
void | writeEnvironmentMapEffect (const TextureUnitState::TextureEffect &effect, const TextureUnitState *pTex) |
String | convertFiltering (FilterOptions fo) |
Protected Attributes | |
MaterialScriptContext | mScriptContext |
AttribParserList | mRootAttribParsers |
Parsers for the root of the material script. | |
AttribParserList | mMaterialAttribParsers |
Parsers for the material section of a script. | |
AttribParserList | mTechniqueAttribParsers |
Parsers for the technique section of a script. | |
AttribParserList | mPassAttribParsers |
Parsers for the pass section of a script. | |
AttribParserList | mTextureUnitAttribParsers |
Parsers for the texture unit section of a script. | |
AttribParserList | mProgramRefAttribParsers |
Parsers for the program reference section of a script. | |
AttribParserList | mProgramAttribParsers |
Parsers for the program definition section of a script. | |
AttribParserList | mProgramDefaultParamAttribParsers |
Parsers for the program definition section of a script. | |
Private Member Functions | |
void | beginSection (unsigned short level) |
void | endSection (unsigned short level) |
void | writeAttribute (unsigned short level, const String &att) |
void | writeValue (const String &val) |
void | writeComment (unsigned short level, const String &comment) |
Private Attributes | |
String | mBuffer |
bool | mDefaults |
Definition at line 89 of file OgreMaterialSerializer.h.
|
Keyword-mapped attribute parsers.
Definition at line 93 of file OgreMaterialSerializer.h. |
|
Definition at line 136 of file OgreMaterialSerializer.h. |
|
default constructor
|
|
default destructor
Definition at line 148 of file OgreMaterialSerializer.h. |
|
Definition at line 171 of file OgreMaterialSerializer.h. |
|
Clears the internal buffer.
|
|
|
|
Definition at line 180 of file OgreMaterialSerializer.h. |
|
Exports an in-memory Material to the named material script file.
|
|
Exports queued material(s) to a named material script file.
|
|
Internal method for saving a program definition which has been built up.
|
|
Returns a string representing the parsed material(s).
|
|
internal method for finding & invoking an attribute parser.
|
|
Parses a Material script file passed as a stream.
|
|
internal method for parsing a material
|
|
Queue an in-memory Material to the internal buffer for export.
|
|
Definition at line 190 of file OgreMaterialSerializer.h. References Ogre::String. |
|
|
|
Definition at line 205 of file OgreMaterialSerializer.h. References Ogre::String. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 200 of file OgreMaterialSerializer.h. References Ogre::String. |
|
Definition at line 168 of file OgreMaterialSerializer.h. |
|
Definition at line 169 of file OgreMaterialSerializer.h. |
|
Parsers for the material section of a script.
Definition at line 110 of file OgreMaterialSerializer.h. |
|
Parsers for the pass section of a script.
Definition at line 114 of file OgreMaterialSerializer.h. |
|
Parsers for the program definition section of a script.
Definition at line 120 of file OgreMaterialSerializer.h. |
|
Parsers for the program definition section of a script.
Definition at line 122 of file OgreMaterialSerializer.h. |
|
Parsers for the program reference section of a script.
Definition at line 118 of file OgreMaterialSerializer.h. |
|
Parsers for the root of the material script.
Definition at line 108 of file OgreMaterialSerializer.h. |
|
Definition at line 95 of file OgreMaterialSerializer.h. |
|
Parsers for the technique section of a script.
Definition at line 112 of file OgreMaterialSerializer.h. |
|
Parsers for the texture unit section of a script.
Definition at line 116 of file OgreMaterialSerializer.h. |
Copyright © 2000-2005 by The OGRE Team
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Feb 12 13:01:01 2006