assimp-net icon indicating copy to clipboard operation
assimp-net copied to clipboard

AssimpContext.ImportFileFromStream formatHint?

Open trommlbomml opened this issue 10 years ago • 0 comments

As I have asynchronous framework loading data transparent from server/local I always would like to handle data as byte-array. Unfortunatly I found no detailed information about AssimpContext.ImportFileFromStream about the formatHint parameter. Furthermore, aiImportFileFromMemory() from the native code allows so send an empty string to find out format by itself but the managed level does not permit it. Can you tell me what I have to pass to the this argument?

trommlbomml avatar Jan 26 '16 07:01 trommlbomml