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

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

Public Methods

Method Description
IsActive ( RenderSettings settings ) : bool
NormalsDecorator ( SharpDX.Direct3D9.Device device ) : System.Collections.Generic
OnEndDrawMesh ( ModelMesh mesh, RenderSettings renderSettings ) : void

Private Methods

Method Description
GetNormalBuffers ( ModelMesh mesh ) : NormalBuffers

Method Details

IsActive() public method

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

NormalsDecorator() public method

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

OnEndDrawMesh() public method

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