Skip to content

[Assimp] Add missing GenerateBoundingBoxes flag #2447

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

Merged
merged 1 commit into from
Apr 20, 2025

Conversation

LittleCodingFox
Copy link
Contributor

Summary of the PR

This very simple PR merely adds the missing GenerateBoundingBoxes flag to Assimp that allows generating a mesh's Axis Aligned Bounding Box (AABB) on import, which is important in several use cases such as game engines to figure out the size of a mesh for collision or culling purposes.

Related issues, Discord discussions, or proposals

The flag's value can be found at https://github.com/assimp/assimp/blob/master/include/assimp/postprocess.h#L605

Further Comments

I believe this is an important flag to keep, and I'd love to have your feedback if you have any!

Copy link
Member

@Perksey Perksey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@github-project-automation github-project-automation bot moved this from Todo to In Progress in Silk.NET Development Tracker Apr 20, 2025
@Perksey Perksey enabled auto-merge (squash) April 20, 2025 15:35
@Perksey Perksey merged commit e15e305 into dotnet:main Apr 20, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Silk.NET Development Tracker Apr 20, 2025
@LittleCodingFox
Copy link
Contributor Author

Thank you! Have a great day!

@LittleCodingFox LittleCodingFox deleted the feature/assimp-gen-bound-boxes branch April 20, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants