Assimp |
Name | Description | |
---|---|---|
ImportFileToNativeAssimpScene(String) |
ImportFileToNativeAssimpScene reads the specified file and returns ImportedAssimpFile with native Assimp's Scene object.
Assimp's Scene object can be manually converted into SceneNodes by using AssimpConverter class.
This method does not change the NativeAssimpScene property. | |
ImportFileToNativeAssimpScene(Byte, String) |
ImportFileToNativeAssimpScene reads the specified byte array and returns ImportedAssimpFile with native Assimp's Scene object.
Assimp's Scene object can be manually converted into SceneNodes by using AssimpConverter class.
This method does not change the NativeAssimpScene property. |