C# Class Meshellator.MeshellatorLoader

Afficher le fichier Open project: tgjones/meshellator

Private Properties

Свойство Type Description
CreateFromPrimitive Scene
MeshellatorLoader System

Méthodes publiques

Méthode Description
CreateFromCube ( float size ) : Scene
CreateFromCylinder ( float radius, float height, int tessellationLevel ) : Scene
CreateFromPlane ( int width, int length ) : Scene
CreateFromSphere ( float radius, int tessellationLevel ) : Scene
CreateFromTeapot ( float size, int tessellationLevel ) : Scene
CreateFromTorus ( float radius, float thickness, int tessellationLevel ) : Scene
ImportFromFile ( string fileName ) : Scene
IsSupportedFormat ( string fileName ) : bool

Private Methods

Méthode Description
CreateFromPrimitive ( Meshellator.Primitives.BasicPrimitiveTessellator tessellator ) : Scene
MeshellatorLoader ( ) : System

Method Details

CreateFromCube() public static méthode

public static CreateFromCube ( float size ) : Scene
size float
Résultat Scene

CreateFromCylinder() public static méthode

public static CreateFromCylinder ( float radius, float height, int tessellationLevel ) : Scene
radius float
height float
tessellationLevel int
Résultat Scene

CreateFromPlane() public static méthode

public static CreateFromPlane ( int width, int length ) : Scene
width int
length int
Résultat Scene

CreateFromSphere() public static méthode

public static CreateFromSphere ( float radius, int tessellationLevel ) : Scene
radius float
tessellationLevel int
Résultat Scene

CreateFromTeapot() public static méthode

public static CreateFromTeapot ( float size, int tessellationLevel ) : Scene
size float
tessellationLevel int
Résultat Scene

CreateFromTorus() public static méthode

public static CreateFromTorus ( float radius, float thickness, int tessellationLevel ) : Scene
radius float
thickness float
tessellationLevel int
Résultat Scene

ImportFromFile() public static méthode

public static ImportFromFile ( string fileName ) : Scene
fileName string
Résultat Scene

IsSupportedFormat() public static méthode

public static IsSupportedFormat ( string fileName ) : bool
fileName string
Résultat bool