C# 클래스 Examples.Tutorial.SimpleFBO

상속: OpenTK.GameWindow
파일 보기 프로젝트 열기: tpb3d/TPB3D 1 사용 예제들

공개 메소드들

메소드 설명
GetRandom ( ) : float

Returns a random Float in the range [-0.5*scale..+0.5*scale]

GetRandom0to1 ( ) : float

Returns a random Float in the range [0..1]

SimpleFBO ( ) : System

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void
OnRenderFrame ( FrameEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnUnload ( EventArgs e ) : void
OnUpdateFrame ( FrameEventArgs e ) : void

비공개 메소드들

메소드 설명
Main ( ) : void

메소드 상세

GetRandom() 공개 메소드

Returns a random Float in the range [-0.5*scale..+0.5*scale]
public GetRandom ( ) : float
리턴 float

GetRandom0to1() 공개 메소드

Returns a random Float in the range [0..1]
public GetRandom0to1 ( ) : float
리턴 float

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnRenderFrame() 보호된 메소드

protected OnRenderFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUnload() 보호된 메소드

protected OnUnload ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnUpdateFrame() 보호된 메소드

protected OnUpdateFrame ( FrameEventArgs e ) : void
e FrameEventArgs
리턴 void

SimpleFBO() 공개 메소드

public SimpleFBO ( ) : System
리턴 System