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

Using AssimpNet 4.1.0 I want to load a model from file, clear it's normals and then apply post processing to regenerate smooth normals. For this to work I have to...

have an issue when I tried to read texture image information using AssimpNet. The fbx file that I tried to read has 10 embedded textures and has no external textures:...

Hello, I am currently using the [UnityMeshImporter project](https://github.com/eastskykang/UnityMeshImporter) which basically wraps [assimp-net](https://github.com/assimp/assimp-net) for Unity, to import at runtime a COLLADA file, but for some reason, the import seems to be...

Hi, The latest beta version is old Could you build another release using the latest assimp dll please ? Thank you Romain

Using ExportFile method always results to a crash, regardless the format I am exporting to: `using var ctx = new AssimpContext(); ctx.ExportFile(new Scene(), fileName, "obj"); ` Exception: `System.AccessViolationException: 'Attempted to...

I'm experimenting with glb2 export for scenes with skeletal animations. I did try to import and re-export a sample file that I found in khronos's examples and it worked like...

I am trying to learn assimp-net. I downloaded example project and changed models. When i run "duct.dae" everything is OK. When i run ifc with one entity ("cube.ifc) then everything...

I got a problem with serialization. Most of the project classes aren't signed as Serializable (system.serializable). I can't serialize classes without using reflection. I can't even inherit these.

I am completely new to this, I wanted to test out an IFC file. My main test is to retrieve the metadata of the file imported. I am unable to...

Heya, If this problem has been solved once, I am very sorry. I have an assembly, where I store a "glb"-file (had the same issue, with "obj", too) with some...