C# 클래스 WireframeGear, NewTOAPIA

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

공개 메소드들

메소드 설명
Render ( GraphicsInterface gi ) : void
WireframeGear ( GraphicsInterface gi, float innerRadius, float outerRadius, float width, int teeth, float toothdepth ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
RenderBackFacesOfTeeth ( GraphicsInterface gi ) : void
RenderBackSidesOfTeeth ( GraphicsInterface gi ) : void
RenderFrontFacesOfTeeth ( GraphicsInterface gi ) : void
RenderFrontSidesOfTeeth ( GraphicsInterface gi ) : void
RenderInsideRadiusCylinder ( GraphicsInterface gi ) : void
RenderOutwardFacesOfTeeth ( GraphicsInterface gi ) : void

메소드 상세

Render() 공개 메소드

public Render ( GraphicsInterface gi ) : void
gi NewTOAPIA.GL.GraphicsInterface
리턴 void

RenderContent() 보호된 메소드

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

WireframeGear() 공개 메소드

public WireframeGear ( GraphicsInterface gi, float innerRadius, float outerRadius, float width, int teeth, float toothdepth ) : System
gi NewTOAPIA.GL.GraphicsInterface
innerRadius float
outerRadius float
width float
teeth int
toothdepth float
리턴 System