C# 클래스 Reflection.GroundPlane

상속: GLRenderable
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
GroundPlane ( float extent, float step, float color ) : NewTOAPIA.GL

보호된 메소드들

메소드 설명
BeginRender ( GraphicsInterface gi ) : void
RenderContent ( GraphicsInterface GI ) : void

메소드 상세

BeginRender() 보호된 메소드

protected BeginRender ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
리턴 void

GroundPlane() 공개 메소드

public GroundPlane ( float extent, float step, float color ) : NewTOAPIA.GL
extent float
step float
color float
리턴 NewTOAPIA.GL

RenderContent() 보호된 메소드

protected RenderContent ( GraphicsInterface GI ) : void
GI NewTOAPIA.GL.GraphicsInterface
리턴 void