C# 클래스 Axiom.Demos.Dot3Bump

Demonstrates dotproduct blending operation and normalization cube map usage for achieving bump mapping effect.
상속: TechDemo
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
CreateScene ( ) : void

보호된 메소드들

메소드 설명
OnFrameStarted ( object source, FrameEventArgs e ) : void

비공개 메소드들

메소드 설명
FlipLightState ( int index ) : void

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

메소드 상세

CreateScene() 공개 메소드

public CreateScene ( ) : void
리턴 void

OnFrameStarted() 보호된 메소드

protected OnFrameStarted ( object source, FrameEventArgs e ) : void
source object
e FrameEventArgs
리턴 void