Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wierd/Wrong import of COLLADA (.dae ) files #64

Open
nicolamarella opened this issue Oct 25, 2020 · 0 comments
Open

Wierd/Wrong import of COLLADA (.dae ) files #64

nicolamarella opened this issue Oct 25, 2020 · 0 comments

Comments

@nicolamarella
Copy link

Hello,
I am currently using the UnityMeshImporter project which basically wraps assimp-net for Unity, to import at runtime a COLLADA file, but for some reason, the import seems to be all messed up.
I've tried using the Unity editor to import del file, here is the exptected result:
correct

Yet, when I use the importer at runtime, this is the result:
runtime_collada

Wierdly enough, some other .dae files get imported correctly, for example the anymal_thigh_r.dae attached to this issue get imported correctly.

I've tried different extension of the same file, for example .obj and .ply, which seems work to but I cannot get the vertex colors rendered in that case (feature I need)

Attached to this issue there is also the file used in the screenshot. As I am quite new to working with 3D files, I have very little clue on what might be issue.

Here are the meshes that causes the wierd behaviour:
meshes.zip

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant