C# Class AcTools.Render.Base.Reflections.ReflectionCubemap

Inheritance: IDisposable
Mostra file Open project: gro-ove/actools Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
DrawScene ( DeviceContextHolder holder, IReflectionDraw draw ) : void
Initialize ( DeviceContextHolder holder ) : void
ReflectionCubemap ( int cubeMapSize ) : System
Update ( System.Vector3 center ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DrawScene() public method

public DrawScene ( DeviceContextHolder holder, IReflectionDraw draw ) : void
holder DeviceContextHolder
draw IReflectionDraw
return void

Initialize() public method

public Initialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
return void

ReflectionCubemap() public method

public ReflectionCubemap ( int cubeMapSize ) : System
cubeMapSize int
return System

Update() public method

public Update ( System.Vector3 center ) : void
center System.Vector3
return void