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

Inheritance: IDisposable
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

DrawScene() public méthode

public DrawScene ( DeviceContextHolder holder, IShadowsDraw draw ) : void
holder DeviceContextHolder
draw IShadowsDraw
Résultat void

Initialize() public méthode

public Initialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
Résultat void

ShadowsPoint() public méthode

public ShadowsPoint ( int cubeMapSize ) : System
cubeMapSize int
Résultat System

Update() public méthode

public Update ( System.Vector3 center ) : void
center System.Vector3
Résultat void