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

Automatically exported from code.google.com/p/assimp-net

Results 31 assimp-net issues
Sort by recently updated
recently updated
newest added

I'm trying to use AssimpNet with the most recent Assimp library, which I just compiled from source code. Reading an object work fine, but when I try to save an...

``` String fileName = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "AC14-FZK-Haus.ifc"); AssimpContext importer = new AssimpContext(); m_model = importer.ImportFile(fileName, PostProcessSteps.None); ``` Gives me this error: Assimp.AssimpException: 'Error importing file: The string ",0.,0.))" cannot be converted...

> AssimpNet.dll!Assimp.MemoryHelper.FromNativeArray(System.IntPtr nativeArray, int length) 240 C# AssimpNet.dll!Assimp.EmbeddedTexture.Assimp.IMarshalable.FromNative(ref Assimp.Unmanaged.AiTexture nativeValue) 266 C# AssimpNet.dll!Assimp.MemoryHelper.FromNativeArray(System.IntPtr nativeArray, int length, bool arrayOfPointers) 198 C# AssimpNet.dll!Assimp.Scene.Assimp.IMarshalable.FromNative(ref Assimp.Unmanaged.AiScene nativeValue) 443 C# AssimpNet.dll!Assimp.MemoryHelper.FromNativePointer(System.IntPtr ptr) 356 C# AssimpNet.dll!Assimp.Scene.FromUnmanagedScene(System.IntPtr...

Hi, I have 2 issues with importing IFC files using AssimpNET (keep in mind that I am noob in the topic): (A) I'm trying to import IFC files with AssimpNet...

Using .NET dll (from NuGet), from time to time we are getting exception that can't be caught by try/catch. StackoverflowException is one example - https://msdn.microsoft.com/en-us/library/system.stackoverflowexception(v=vs.110).aspx You can download the mode...

The file AssimpNet.targets file shipped with the NuGet package assumes that the Assimp-net NuGet package (containing the native Assimp[32|64].dll files) is located one directory up from the project file. See...

Hi, I'm getting the following exception with the latest versions for both (assimpnet and assimp) `NullReferenceException: Object reference not set to an instance of an object System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider...

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...

``` What steps will reproduce the problem? 1. Calling importer.ImportFile(path.dae), importer is AssimpContext class 2. I think that it needs to be larger model (> 10 MB) 3. I've tried...

Priority-Medium
Type-Defect
auto-migrated

``` When using the library on Mac OSX, most things will fail because the library tries to PInvoke to libdl.so, which does not exist on OSX. On OSX, dload() and...

Priority-Medium
Type-Defect
auto-migrated