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

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

Méthodes publiques

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

public Dispose ( ) : void
Résultat void

DrawScene() public méthode

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

Initialize() public méthode

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

ReflectionCubemap() public méthode

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

Update() public méthode

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