C# Class Axiom.Demos.Dot3Bump

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

Public Methods

Method Description
CreateScene ( ) : void

Protected Methods

Method Description
OnFrameStarted ( object source, FrameEventArgs e ) : void

Private Methods

Method Description
FlipLightState ( int index ) : void

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

Method Details

CreateScene() public method

public CreateScene ( ) : void
return void

OnFrameStarted() protected method

protected OnFrameStarted ( object source, FrameEventArgs e ) : void
source object
e FrameEventArgs
return void