Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. meshblob: It is a compressed mesh format intended to be used in the desktop CAD applications. Internal CAD format of the geometry will be converted into a BIM+ compressed mesh format(eg: with ZIP) with the help of a DLL in order to minimize the JSON object. 
  1. threejs: It is a format which is optimized for viewing on mobile devices or in browsers where the native model is filtered and tessellated in order to deliver minimal JSON size and maximal navigation speed (FPS). This model has ThreeJS JSON v 3.1 format and can be directly parsed by the client.

...