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
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
CreateScene ( ) : void

Protected Methods

Method Description
OnFrameStarted ( object source, FrameEventArgs evt ) : 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 evt ) : void
source object
evt FrameEventArgs
return void