Свойство | Type | Description | |
---|---|---|---|
device | Device | ||
lighting | bool | ||
pause | bool |
Méthode | Description | |
---|---|---|
BeginScene ( Color backgroundcolor ) : void |
The begin scene.
|
|
CreateDevice ( |
The create device.
|
|
DecompressIndices ( short indices, int start, int count ) : short[] |
The decompress indices.
|
|
DegreeToRadian ( float degree ) : float |
The degree to radian.
|
|
Dispose ( ) : void |
The dispose.
|
|
EndScene ( ) : void |
The end scene.
|
|
MakeMesh ( List |
The make mesh.
|
|
MakeMesh ( |
The make mesh.
|
|
Mark3DCursorPosition ( float x, float y, System.Matrix m ) : System.Vector3 |
The mark 3 d cursor position.
|
|
MeshPick ( float x, float y, Mesh mesh, System.Matrix mat ) : bool |
The mesh pick.
|
|
OnResetDevice ( object sender, |
The on reset device.
|
|
RadianToDegree ( float radian ) : float |
The radian to degree.
|
|
SetAlphaBlending ( |
The set alpha blending.
|
|
VectorToRgba ( System.Vector3 v, float height ) : int |
The vector to rgba.
|
public BeginScene ( Color backgroundcolor ) : void | ||
backgroundcolor | Color | The backgroundcolor. |
Résultat | void |
public CreateDevice ( |
||
renderpanel | The renderpanel. | |
Résultat | void |
public static DecompressIndices ( short indices, int start, int count ) : short[] | ||
indices | short | The indices. |
start | int | The start. |
count | int | The count. |
Résultat | short[] |
public static DegreeToRadian ( float degree ) : float | ||
degree | float | The degree. |
Résultat | float |
public MakeMesh ( List |
||
vertices | List |
The vertices. |
Indices | List |
The indices. |
uvs | List |
The uvs. |
Résultat | Mesh |
public static MakeMesh ( |
||
pm | The pm. | |
chunknumber | int | The chunknumber. |
device | Device | The device. |
Résultat | Mesh |
public Mark3DCursorPosition ( float x, float y, System.Matrix m ) : System.Vector3 | ||
x | float | The x. |
y | float | The y. |
m | System.Matrix | The m. |
Résultat | System.Vector3 |
public MeshPick ( float x, float y, Mesh mesh, System.Matrix mat ) : bool | ||
x | float | The x. |
y | float | The y. |
mesh | Mesh | The mesh. |
mat | System.Matrix | The mat. |
Résultat | bool |
public OnResetDevice ( object sender, |
||
sender | object | The sender. |
e | The e. | |
Résultat | void |
public static RadianToDegree ( float radian ) : float | ||
radian | float | The radian. |
Résultat | float |
public static SetAlphaBlending ( |
||
alphatype | The alphatype. | |
device | Device | The device. |
Résultat | void |
public static VectorToRgba ( System.Vector3 v, float height ) : int | ||
v | System.Vector3 | The v. |
height | float | The height. |
Résultat | int |