C# 클래스 ShowIt.TextureProjector

상속: IRenderable, IProjectImages
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
ProjectTexture ( GLTexture texture ) : void
Render ( GraphicsInterface gi ) : void
TextureProjector ( GraphicsInterface gi, Vector3D size, Vector3D translation ) : System

메소드 상세

ProjectTexture() 공개 메소드

public ProjectTexture ( GLTexture texture ) : void
texture NewTOAPIA.GL.GLTexture
리턴 void

Render() 공개 메소드

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

TextureProjector() 공개 메소드

public TextureProjector ( GraphicsInterface gi, Vector3D size, Vector3D translation ) : System
gi NewTOAPIA.GL.GraphicsInterface
size Vector3D
translation Vector3D
리턴 System