C# Class CSharpGL.Demos.KleinBottleRenderer

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

Méthodes publiques

Méthode Description
Create ( KleinBottleModel model ) : KleinBottleRenderer

Méthodes protégées

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

Private Methods

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

Method Details

Create() public static méthode

public static Create ( KleinBottleModel model ) : KleinBottleRenderer
model KleinBottleModel
Résultat KleinBottleRenderer

DoInitialize() protected méthode

protected DoInitialize ( ) : void
Résultat void

DoRender() protected méthode

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