C# 클래스 NewTOAPIA.GL.GLUTorus

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

공개 메소드들

메소드 설명
GLUTorus ( float innerRadius, float outerRadius, int sides, int rings, TorusDrawStyle drawStyle ) : System

보호된 메소드들

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

메소드 상세

BeginRender() 보호된 메소드

protected BeginRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
리턴 void

EndRender() 보호된 메소드

protected EndRender ( GraphicsInterface gi ) : void
gi GraphicsInterface
리턴 void

GLUTorus() 공개 메소드

public GLUTorus ( float innerRadius, float outerRadius, int sides, int rings, TorusDrawStyle drawStyle ) : System
innerRadius float
outerRadius float
sides int
rings int
drawStyle TorusDrawStyle
리턴 System

RenderContent() 보호된 메소드

protected RenderContent ( GraphicsInterface gi ) : void
gi GraphicsInterface
리턴 void