C# 클래스 FBOImaging.SampleDraw

상속: NewTOAPIA.GL.GLModel
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurrentMode int

공개 메소드들

메소드 설명
OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
OnSetViewport ( int w, int h ) : void

This is called when the window resizes. We make note of the new size of the window, but we're not using it to do anything interesting. We could use this information in the second pass of rendering to center the Quad on the screen, and scale it to match the size of the window

SampleDraw ( ) : System

보호된 메소드들

메소드 설명
DrawBegin ( ) : void
DrawContent ( ) : void
OnSetContext ( ) : void

메소드 상세

DrawBegin() 보호된 메소드

protected DrawBegin ( ) : void
리턴 void

DrawContent() 보호된 메소드

protected DrawContent ( ) : void
리턴 void

OnKeyboardActivity() 공개 메소드

public OnKeyboardActivity ( object sender, KeyboardActivityArgs kbde ) : IntPtr
sender object
kbde NewTOAPIA.UI.KeyboardActivityArgs
리턴 System.IntPtr

OnSetContext() 보호된 메소드

protected OnSetContext ( ) : void
리턴 void

OnSetViewport() 공개 메소드

This is called when the window resizes. We make note of the new size of the window, but we're not using it to do anything interesting. We could use this information in the second pass of rendering to center the Quad on the screen, and scale it to match the size of the window
public OnSetViewport ( int w, int h ) : void
w int
h int
리턴 void

SampleDraw() 공개 메소드

public SampleDraw ( ) : System
리턴 System

프로퍼티 상세

CurrentMode 공개적으로 정적으로 프로퍼티

public static int CurrentMode
리턴 int