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

Improve FBX Import to buffer algorithm #40

Open
athanggupte opened this issue Jan 9, 2023 · 0 comments
Open

Improve FBX Import to buffer algorithm #40

athanggupte opened this issue Jan 9, 2023 · 0 comments
Labels
enhancement Improve existing features module:core Issues regarding the core engine

Comments

@athanggupte
Copy link
Owner

The current implementation of the FBX Importer in backup-changes-290722 branch creates a separate vertex for each triangle thus making the index buffer obsolete as there is no reusing of vertices. This also means that the size of the meshes in memory is larger than required. Fix the algorithm to first extract arrays of all the components - Position, Normal, UV, etc. and then use the metadata in the FBX scene to map them together in a way that uses the memory optimally and also maintains proper hard and soft edges.

@athanggupte athanggupte added enhancement Improve existing features module:core Issues regarding the core engine labels Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improve existing features module:core Issues regarding the core engine
Projects
None yet
Development

No branches or pull requests

1 participant