C# Class Radegast.Rendering.RenderTerrain

Inheritance: SceneObject
Afficher le fichier Open project: radegastdev/radegast Class Usage Examples

Méthodes publiques

Свойство Type Description
Modified bool

Private Properties

Свойство Type Description
UpdateTerrain void

Méthodes publiques

Méthode Description
Render ( RenderPass pass, int pickingID, SceneWindow scene, float time ) : void
RenderTerrain ( RadegastInstance instance ) : System
ResetTerrain ( ) : void
ResetTerrain ( bool removeImage ) : void
TryGetVertex ( int indeex, ColorVertex &picked ) : bool
UpdateTerrainTexture ( ) : void

Private Methods

Méthode Description
UpdateTerrain ( ) : void

Method Details

Render() public méthode

public Render ( RenderPass pass, int pickingID, SceneWindow scene, float time ) : void
pass RenderPass
pickingID int
scene SceneWindow
time float
Résultat void

RenderTerrain() public méthode

public RenderTerrain ( RadegastInstance instance ) : System
instance RadegastInstance
Résultat System

ResetTerrain() public méthode

public ResetTerrain ( ) : void
Résultat void

ResetTerrain() public méthode

public ResetTerrain ( bool removeImage ) : void
removeImage bool
Résultat void

TryGetVertex() public méthode

public TryGetVertex ( int indeex, ColorVertex &picked ) : bool
indeex int
picked ColorVertex
Résultat bool

UpdateTerrainTexture() public méthode

public UpdateTerrainTexture ( ) : void
Résultat void

Property Details

Modified public_oe property

public bool Modified
Résultat bool