C# Class Grey.Graphics.VoxelRenderer

Inheritance: IDisposable
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Méthode Description
AddRegionGeo ( VoxGeo g ) : void
Dispose ( ) : void
DrawAll ( Matrix mView, Matrix mProj ) : void
DrawAll ( Matrix mWorld, Matrix mView, Matrix mProj ) : void
Hook ( VoxState state ) : void
LoadEffect ( string file ) : void
LoadVMap ( string file ) : void
RetaskVisualChanges ( ) : void
VoxelRenderer ( GraphicsDeviceManager gdm, Microsoft.Xna.Framework.Content.ContentManager cm ) : System

Private Methods

Méthode Description
OnRegionAddition ( VoxWorld w, Region r ) : void
OnRegionRemoval ( VoxWorld w, Region r ) : void

Method Details

AddRegionGeo() public méthode

public AddRegionGeo ( VoxGeo g ) : void
g VoxGeo
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DrawAll() public méthode

public DrawAll ( Matrix mView, Matrix mProj ) : void
mView Matrix
mProj Matrix
Résultat void

DrawAll() public méthode

public DrawAll ( Matrix mWorld, Matrix mView, Matrix mProj ) : void
mWorld Matrix
mView Matrix
mProj Matrix
Résultat void

Hook() public méthode

public Hook ( VoxState state ) : void
state Grey.Engine.VoxState
Résultat void

LoadEffect() public méthode

public LoadEffect ( string file ) : void
file string
Résultat void

LoadVMap() public méthode

public LoadVMap ( string file ) : void
file string
Résultat void

RetaskVisualChanges() public méthode

public RetaskVisualChanges ( ) : void
Résultat void

VoxelRenderer() public méthode

public VoxelRenderer ( GraphicsDeviceManager gdm, Microsoft.Xna.Framework.Content.ContentManager cm ) : System
gdm GraphicsDeviceManager
cm Microsoft.Xna.Framework.Content.ContentManager
Résultat System