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

Import Assimp models #38

Merged
merged 21 commits into from
Aug 7, 2023
Merged

Import Assimp models #38

merged 21 commits into from
Aug 7, 2023

Conversation

fernandotonon
Copy link
Owner

@fernandotonon fernandotonon commented Aug 4, 2023

Summary

Assimp to Ogre Importer

In this version I made a new Assimp to Ogre3D importer from scratch, now we can import any 3D format supported by Assimp into QtMeshEditor.

image
Screen.Recording.2023-08-06.at.17.02.35.mov

Technical Details

It includes a new Assimp importer, which imports the meshes, bones, materials, and animations.

✨ Features

  • Import any 3D format supported by Assimp with skeleton animations

🐛 Bugfixes

  • Broken animations when importing files

@fernandotonon fernandotonon linked an issue Aug 6, 2023 that may be closed by this pull request
@fernandotonon fernandotonon added the enhancement New feature or request label Aug 6, 2023
@fernandotonon fernandotonon marked this pull request as ready for review August 6, 2023 21:07
@fernandotonon fernandotonon merged commit 7c7ced4 into master Aug 7, 2023
@fernandotonon fernandotonon deleted the macos branch August 7, 2023 05:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import .FBX with animation
1 participant