C# 클래스 XLibrary.GLUtils

파일 보기 프로젝트 열기: swax/CodePerspective 1 사용 예제들

공개 메소드들

메소드 설명
BlendColors ( Color src, Color &tgt ) : void
DrawCube ( VertexBuffer vbo, Color color, float x, float z, float width, float length, float bottom, float height ) : void
SafeBegin ( BeginMode mode, System.Action code ) : void
SafeBlend ( System.Action code ) : void
SafeDisable ( EnableCap cap, System.Action code ) : void
SafeEnable ( EnableCap cap, System.Action code ) : void
SafeGLEnableClientStates ( ArrayCap caps, System.Action code ) : void
SafeSaveMatrix ( System.Action code ) : void

메소드 상세

BlendColors() 공개 정적인 메소드

public static BlendColors ( Color src, Color &tgt ) : void
src Color
tgt Color
리턴 void

DrawCube() 공개 정적인 메소드

public static DrawCube ( VertexBuffer vbo, Color color, float x, float z, float width, float length, float bottom, float height ) : void
vbo VertexBuffer
color Color
x float
z float
width float
length float
bottom float
height float
리턴 void

SafeBegin() 공개 정적인 메소드

public static SafeBegin ( BeginMode mode, System.Action code ) : void
mode BeginMode
code System.Action
리턴 void

SafeBlend() 공개 정적인 메소드

public static SafeBlend ( System.Action code ) : void
code System.Action
리턴 void

SafeDisable() 공개 정적인 메소드

public static SafeDisable ( EnableCap cap, System.Action code ) : void
cap EnableCap
code System.Action
리턴 void

SafeEnable() 공개 정적인 메소드

public static SafeEnable ( EnableCap cap, System.Action code ) : void
cap EnableCap
code System.Action
리턴 void

SafeGLEnableClientStates() 공개 정적인 메소드

public static SafeGLEnableClientStates ( ArrayCap caps, System.Action code ) : void
caps ArrayCap
code System.Action
리턴 void

SafeSaveMatrix() 공개 정적인 메소드

public static SafeSaveMatrix ( System.Action code ) : void
code System.Action
리턴 void