C# Class Mckineap.Utilities.Model3DImporter

Afficher le fichier Open project: loic-lavergne/mckineap

Méthodes publiques

Méthode Description
Import ( String path ) : Assimp.Scene

Returns an imported Assimp Scene from a path.

Private Methods

Méthode Description
ImportGenericModel ( String path, Assimp.Scene &scene ) : void
importBlendModel ( ) : void

Method Details

Import() public static méthode

Returns an imported Assimp Scene from a path.
public static Import ( String path ) : Assimp.Scene
path String The path of the Model3D file.
Résultat Assimp.Scene