Property | Type | Description | |
---|---|---|---|
CreateFromPrimitive | |||
MeshellatorLoader | System |
Method | Description | |
---|---|---|
CreateFromCube ( float size ) : |
||
CreateFromCylinder ( float radius, float height, int tessellationLevel ) : |
||
CreateFromPlane ( int width, int length ) : |
||
CreateFromSphere ( float radius, int tessellationLevel ) : |
||
CreateFromTeapot ( float size, int tessellationLevel ) : |
||
CreateFromTorus ( float radius, float thickness, int tessellationLevel ) : |
||
ImportFromFile ( string fileName ) : |
||
IsSupportedFormat ( string fileName ) : bool |
Method | Description | |
---|---|---|
CreateFromPrimitive ( Meshellator.Primitives.BasicPrimitiveTessellator tessellator ) : |
||
MeshellatorLoader ( ) : System |
public static CreateFromCube ( float size ) : |
||
size | float | |
return |
public static CreateFromCylinder ( float radius, float height, int tessellationLevel ) : |
||
radius | float | |
height | float | |
tessellationLevel | int | |
return |
public static CreateFromPlane ( int width, int length ) : |
||
width | int | |
length | int | |
return |
public static CreateFromSphere ( float radius, int tessellationLevel ) : |
||
radius | float | |
tessellationLevel | int | |
return |
public static CreateFromTeapot ( float size, int tessellationLevel ) : |
||
size | float | |
tessellationLevel | int | |
return |
public static CreateFromTorus ( float radius, float thickness, int tessellationLevel ) : |
||
radius | float | |
thickness | float | |
tessellationLevel | int | |
return |
public static ImportFromFile ( string fileName ) : |
||
fileName | string | |
return |
public static IsSupportedFormat ( string fileName ) : bool | ||
fileName | string | |
return | bool |