f3d-app / f3d

Fast and minimalist 3D viewer.
https://f3d.app
BSD 3-Clause "New" or "Revised" License
2.91k stars 211 forks source link

FBX with PBR textures is not visualized as PBR #781

Open mwestphal opened 1 year ago

mwestphal commented 1 year ago

Describe the bug When opening a .fbx file with PBR texture, F3D do not show them as PBR.

To Reproduce Steps to reproduce the behavior:

  1. Open this file with F3D: FN_Scar_L_FBX.zip

  2. output:

a(1)

Expected behavior Correctly visualized in blender: b(1)

F3D Information Paste the content of f3d --version:

2.0.0 with assimp

Additional context

Caused by assimp

mwestphal commented 1 year ago

@Meakk It looks like this is implemented in assimp like this: https://github.com/assimp/assimp/pull/2640

Meakk commented 1 year ago

It seems like the normals are not read too (we can see it clearly on the gun handle)

mwestphal commented 10 months ago

@Meakk do you know why this is hapening ? if so maybe improve the issue so we could add help-wanted ?

Meakk commented 10 months ago

No idea, we need to do a quick assimp importer debugging to know what's happening