Property | Type | Description | |
---|---|---|---|
EyePosition | Vector3 | ||
HeightMapTexture | Microsoft.Xna.Framework.Graphics.Texture2D | ||
Projection | Matrix | ||
TerrainOffset | Vector3 | ||
View | Matrix |
Method | Description | |
---|---|---|
AddSelectedNode ( |
||
ClearSelectedNodes ( ) : void | ||
GetPatchInstanceVertex ( int index, |
||
GetSelectedNode ( int index, |
||
GetVisibilitySphere ( int level, BoundingSphere &sphere ) : void | ||
Prepare ( ) : void | ||
Selection ( |
public GetPatchInstanceVertex ( int index, |
||
index | int | |
instance | ||
return | void |
public GetSelectedNode ( int index, |
||
index | int | |
selectedNode | ||
return | void |
public GetVisibilitySphere ( int level, BoundingSphere &sphere ) : void | ||
level | int | |
sphere | BoundingSphere | |
return | void |
public Selection ( |
||
settings | ||
visibleRanges | IVisibleRanges | |
return | System |
public Texture2D,Microsoft.Xna.Framework.Graphics HeightMapTexture | ||
return | Microsoft.Xna.Framework.Graphics.Texture2D |