프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CreateFromPrimitive | |||
MeshellatorLoader | System |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
CreateFromPrimitive ( Meshellator.Primitives.BasicPrimitiveTessellator tessellator ) : |
||
MeshellatorLoader ( ) : System |
public static CreateFromCylinder ( float radius, float height, int tessellationLevel ) : |
||
radius | float | |
height | float | |
tessellationLevel | int | |
리턴 |
public static CreateFromPlane ( int width, int length ) : |
||
width | int | |
length | int | |
리턴 |
public static CreateFromSphere ( float radius, int tessellationLevel ) : |
||
radius | float | |
tessellationLevel | int | |
리턴 |
public static CreateFromTeapot ( float size, int tessellationLevel ) : |
||
size | float | |
tessellationLevel | int | |
리턴 |
public static CreateFromTorus ( float radius, float thickness, int tessellationLevel ) : |
||
radius | float | |
thickness | float | |
tessellationLevel | int | |
리턴 |
public static ImportFromFile ( string fileName ) : |
||
fileName | string | |
리턴 |
public static IsSupportedFormat ( string fileName ) : bool | ||
fileName | string | |
리턴 | bool |