Click or drag to resize
Ab4d.SharpEngine logo

AssimpImporterImportFileToNativeAssimpScene Method

Overload List
 NameDescription
Public methodImportFileToNativeAssimpScene(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.
Public methodImportFileToNativeAssimpScene(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.
Top
See Also