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

Inheritance: Meshellator.Viewer.Framework.Rendering.Decorators.DecoratorBase
Afficher le fichier Open project: tgjones/meshellator

Méthodes publiques

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

Private Methods

Méthode Description
GetNormalBuffers ( ModelMesh mesh ) : NormalBuffers

Method Details

IsActive() public méthode

public IsActive ( RenderSettings settings ) : bool
settings RenderSettings
Résultat bool

NormalsDecorator() public méthode

public NormalsDecorator ( SharpDX.Direct3D9.Device device ) : System.Collections.Generic
device SharpDX.Direct3D9.Device
Résultat System.Collections.Generic

OnEndDrawMesh() public méthode

public OnEndDrawMesh ( ModelMesh mesh, RenderSettings renderSettings ) : void
mesh ModelMesh
renderSettings RenderSettings
Résultat void