C# Class Axiom.Demos.OffsetMapping

Offset mapping.
Original technique documented by Terry Welsh http://www.infiscape.com/doc/parallax_mapping.pdf. PS.1.4 assembler shader put together by NFZ ([email protected]) Demo done by Randy Ridge http://www.randyridge.com
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 evt ) : 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 evt ) : void
source object
evt FrameEventArgs
Résultat void