C# Class CSharpGL.Demos.TrefoilKnotRenderer

Inheritance: PickableRenderer
Afficher le fichier Open project: bitzhuwei/CSharpGL Class Usage Examples

Méthodes publiques

Méthode Description
Create ( TrefoilKnotModel model ) : TrefoilKnotRenderer

Méthodes protégées

Méthode Description
DoInitialize ( ) : void
DoRender ( RenderEventArgs arg ) : void

Private Methods

Méthode Description
TrefoilKnotRenderer ( IBufferable model, ShaderCode shaderCodes, AttributeMap attributeMap, string positionNameInIBufferable ) : System.Drawing

Method Details

Create() public static méthode

public static Create ( TrefoilKnotModel model ) : TrefoilKnotRenderer
model TrefoilKnotModel
Résultat TrefoilKnotRenderer

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

DoRender() protected méthode

protected DoRender ( RenderEventArgs arg ) : void
arg RenderEventArgs
Résultat void