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

#include <OgreScriptTranslator.h>

+ Inheritance diagram for Ogre::CompositorTranslator:

Public Member Functions

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

Constructor & Destructor Documentation

◆ CompositorTranslator()

Ogre::CompositorTranslator::CompositorTranslator ( )

Member Function Documentation

◆ translate()

void Ogre::CompositorTranslator::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: