C# Class Meshellator.Viewer.Framework.Rendering.Decorators.RenderOptionsDecorator

Inheritance: Meshellator.Viewer.Framework.Rendering.Decorators.DecoratorBase
Show file Open project: tgjones/meshellator

Public Methods

Method Description
IsActive ( RenderSettings settings ) : bool
OnBeginDrawMesh ( ModelMesh mesh, RenderSettings renderSettings ) : void
OnBeginDrawModel ( Model model, RenderSettings renderSettings, IEnumerable decorators ) : void
RenderOptionsDecorator ( SharpDX.Direct3D9.Device device ) : System.Collections.Generic

Method Details

IsActive() public method

public IsActive ( RenderSettings settings ) : bool
settings RenderSettings
return bool

OnBeginDrawMesh() public method

public OnBeginDrawMesh ( ModelMesh mesh, RenderSettings renderSettings ) : void
mesh ModelMesh
renderSettings RenderSettings
return void

OnBeginDrawModel() public method

public OnBeginDrawModel ( Model model, RenderSettings renderSettings, IEnumerable decorators ) : void
model Model
renderSettings RenderSettings
decorators IEnumerable
return void

RenderOptionsDecorator() public method

public RenderOptionsDecorator ( SharpDX.Direct3D9.Device device ) : System.Collections.Generic
device SharpDX.Direct3D9.Device
return System.Collections.Generic