-
I am trying to load collada, obj, stl, fbx format 3d models ( models will be loaded dynamically) using filament engine. As filament supports gltf only, is there any workflow/ example projects to integrate with assimp to load above format models with filament ? or is there any option to load above models with filament ? |
Beta Was this translation helpful? Give feedback.
Answered by
prideout
Apr 14, 2021
Replies: 1 comment 2 replies
-
For an example you can look at |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
prideout
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For an example you can look at
libs/filamentapp/src/MeshAssimp.cpp
.