Skip to content

1.3.1

Compare
Choose a tag to compare
@deltakosh deltakosh released this 17 Aug 10:50
· 43030 commits to master since this release
  • 1.3.1:
    • Selection octrees
    • Breaking changes: Meshes now use multi vertex buffers (one for each attribute) instead of a big one. This is for more flexibility. The .babylon file format has changed accordingly (no more .vertices property on meshes but .positions, .normals, .colors, .uvs, .uvs2)