Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 527 Bytes

Opinionated asset importer

Dependencies:

  • fastgltf
  • meshoptimizer
  • (?) taskflow/work_contracts/...

TODO: (feat)

  • Load textures (with samplers)
  • Load materials

TODO: (perf)

  • Dont copy data in the Extractor phase as there shouldn't be any shared data between different primitives
  • Handle uniqueness of buffers (as in manager)
  • try taskflow
  • try work_contracts
  • Determine sequential/parallel execution based on asset size
  • Determine whether meshopt routines are necessary based on mesh size