assimp / assimp/assimp-net

fbx error,fbx has texture。

Open
#35 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
218
Forks
83
PR merge metrics
No merged PRs in 30d

Description

> 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 scenePtr) 332 C#
AssimpNet.dll!Assimp.AssimpContext.ImportFile(string file, Assimp.PostProcessSteps postProcessFlags) 299 C#
AssimpNet.Sample.exe!Assimp.Sample.SimpleOpenGLSample.SimpleOpenGLSample() 52 C#
AssimpNet.Sample.exe!Assimp.Sample.Program.Main() 35 C#

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at Assimp.AssimpContext.ImportFile and follow the stack through Scene.FromUnmanagedScene, EmbeddedTexture.FromNative, and MemoryHelper.FromNativeArray. Reproduce the failure with the FBX file and texture configuration described by the report, then determine why scene texture marshalling fails and verify that the file imports successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
computer-graphics
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.