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

Implement FBX exporter from Gaia. #903

Open
Tracked by #354 ...
bryanedds opened this issue Nov 24, 2024 · 0 comments
Open
Tracked by #354 ...

Implement FBX exporter from Gaia. #903

bryanedds opened this issue Nov 24, 2024 · 0 comments
Labels
enhancement performance issues or potential issues relating to performance

Comments

@bryanedds
Copy link
Owner

bryanedds commented Nov 24, 2024

It seems to be a lot more efficient to process an entire static model via a single StaticModelDispatcher or RigidModelDispatcher rather than tons of individual surface entities. So, it makes sense to implement FBX export for parent entities that hold a bunch of user-edited surfaces via Gaia. How much work this will take, I'm not sure.

In fact, it should be easy to instantly convert an entity from an _ModelHierarchyDispatcher to an _ModelDispatcher via FBX conversion with the press of a button and, when writing out, an fbx name file prompt. Going back and forth should be so easy here as to be basically seemless.

@bryanedds bryanedds added enhancement performance issues or potential issues relating to performance labels Nov 24, 2024
This was referenced Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement performance issues or potential issues relating to performance
Projects
None yet
Development

No branches or pull requests

1 participant