Property | Type | Description | |
---|---|---|---|
Modified | bool |
Property | Type | Description | |
---|---|---|---|
UpdateTerrain | void |
Method | Description | |
---|---|---|
Render ( RenderPass pass, int pickingID, |
||
RenderTerrain ( RadegastInstance instance ) : System | ||
ResetTerrain ( ) : void | ||
ResetTerrain ( bool removeImage ) : void | ||
TryGetVertex ( int indeex, ColorVertex &picked ) : bool | ||
UpdateTerrainTexture ( ) : void |
Method | Description | |
---|---|---|
UpdateTerrain ( ) : void |
public Render ( RenderPass pass, int pickingID, |
||
pass | RenderPass | |
pickingID | int | |
scene | ||
time | float | |
return | void |
public RenderTerrain ( RadegastInstance instance ) : System | ||
instance | RadegastInstance | |
return | System |
public ResetTerrain ( bool removeImage ) : void | ||
removeImage | bool | |
return | void |
public TryGetVertex ( int indeex, ColorVertex &picked ) : bool | ||
indeex | int | |
picked | ColorVertex | |
return | bool |