C# Class AcTools.Render.Base.Shadows.ShadowsPoint

Inheritance: IDisposable
Datei anzeigen Open project: gro-ove/actools

Public Methods

Method Description
Dispose ( ) : void
DrawScene ( DeviceContextHolder holder, IShadowsDraw draw ) : void
Initialize ( DeviceContextHolder holder ) : void
ShadowsPoint ( 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, IShadowsDraw draw ) : void
holder DeviceContextHolder
draw IShadowsDraw
return void

Initialize() public method

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

ShadowsPoint() public method

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

Update() public method

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