C# 클래스 Afterglow.Graphics.Examples.OpenTKQuadWithIndexBuffer

파일 보기 프로젝트 열기: Christof/afterglow

공개 메소드들

메소드 설명
Load ( ) : void

Loads the resources for this scene.

Render ( ) : void

Renders the scene.

Update ( IFrameInfo frameInfo ) : void

Updates the scene every frame.

비공개 메소드들

메소드 설명
CreateColors ( ) : Afterglow.Math.Vector3[]
CreateIndices ( ) : uint[]
CreatePositions ( ) : Afterglow.Math.Vector3[]

메소드 상세

Load() 공개 메소드

Loads the resources for this scene.
public Load ( ) : void
리턴 void

Render() 공개 메소드

Renders the scene.
public Render ( ) : void
리턴 void

Update() 공개 메소드

Updates the scene every frame.
public Update ( IFrameInfo frameInfo ) : void
frameInfo IFrameInfo The frame info.
리턴 void