C# 클래스 AcTools.Render.Base.Reflections.ReflectionCubemap

상속: IDisposable
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
DrawScene ( DeviceContextHolder holder, IReflectionDraw draw ) : void
Initialize ( DeviceContextHolder holder ) : void
ReflectionCubemap ( int cubeMapSize ) : System
Update ( System.Vector3 center ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DrawScene() 공개 메소드

public DrawScene ( DeviceContextHolder holder, IReflectionDraw draw ) : void
holder DeviceContextHolder
draw IReflectionDraw
리턴 void

Initialize() 공개 메소드

public Initialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
리턴 void

ReflectionCubemap() 공개 메소드

public ReflectionCubemap ( int cubeMapSize ) : System
cubeMapSize int
리턴 System

Update() 공개 메소드

public Update ( System.Vector3 center ) : void
center System.Vector3
리턴 void