InterstellarJS/PlanetTech

Task

Opened this issue · 0 comments

  • Texture Streaming: load in a multiple small texture at different resolution for each quad.
  • Batch Mesh: create hundreds of quads in one draw call for each level.
  • Unit Test : give confidence that things will work as intended when refactoring, adding, and optimizing code.
  • Octtree: space partitioning.
  • Graph: relationships.