Files
2026-01-19 09:50:54 +09:00

706 B

Todo List NOT LIGHTLESS RELATED XD

  • Bench iterating methods
  • Add a bunch of primitives
  • Add ConnectedMesh data structure
  • Add SharedMesh data structure
    • Add vertex attributes
  • Add SharedMesh -> ConnectedMesh
    • Add support for hardedges
    • Add conversion of attributes
  • Add ConnectedMesh -> SharedMesh
    • Add support for hardedges
  • Add export to obj
    • Add support for normals
  • Add import from obj
    • Add support for normals
  • Add decimate
    • Optimize until it is satisfying
    • Take into account vertex normals
    • Take into account borders
    • Add an error target control
  • Add create normals function