XLE  v0.02.0
Public Member Functions | List of all members
SceneEngine::ILightingParserPlugin Class Referenceabstract

Plug-in for the lighting parser More...

#include <LightingParser.h>

Inheritance diagram for SceneEngine::ILightingParserPlugin:
Inheritance graph
[legend]

Public Member Functions

virtual void OnPreScenePrepare (MetalContext *, LightingParserContext &) const =0
 
virtual void OnLightingResolvePrepare (MetalContext *, LightingParserContext &, LightingResolveContext &) const =0
 
virtual void OnPostSceneRender (MetalContext *, LightingParserContext &, const SceneParseSettings &, unsigned techniqueIndex) const =0
 

Detailed Description

Plug-in for the lighting parser

This allows for some customization of the lighting parser operations. There are 2 important hooks for customization:


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