C# Class Axiom.Demos.Dot3Bump

Demonstrates dotproduct blending operation and normalization cube map usage for achieving bump mapping effect.
Inheritance: TechDemo
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
CreateScene ( ) : void

Méthodes protégées

Méthode Description
OnFrameStarted ( object source, FrameEventArgs e ) : void

Private Methods

Méthode Description
FlipLightState ( int index ) : void

Flips the light states for the light at the specified index.

Method Details

CreateScene() public méthode

public CreateScene ( ) : void
Résultat void

OnFrameStarted() protected méthode

protected OnFrameStarted ( object source, FrameEventArgs e ) : void
source object
e FrameEventArgs
Résultat void