OGRE  1.10.12
Object-Oriented Graphics Rendering Engine
Ogre::MaterialTranslator Class Reference

#include <OgreScriptTranslator.h>

+ Inheritance diagram for Ogre::MaterialTranslator:

Public Member Functions

 MaterialTranslator ()
 
void translate (ScriptCompiler *compiler, const AbstractNodePtr &node)
 This function translates the given node into Ogre resource(s). More...
 

Constructor & Destructor Documentation

◆ MaterialTranslator()

Ogre::MaterialTranslator::MaterialTranslator ( )

Member Function Documentation

◆ translate()

void Ogre::MaterialTranslator::translate ( ScriptCompiler compiler,
const AbstractNodePtr node 
)
virtual

This function translates the given node into Ogre resource(s).

Parameters
compilerThe compiler invoking this translator
nodeThe current AST node to be translated

Implements Ogre::ScriptTranslator.


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