Versions Compared

Key

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

...

  1. mesh: It is the default geometry type. It is a uncompressed mesh format where the geometry object will be compressed on the server before it will be stored into database.
  2. 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.
  3. 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
    Newwindowlink
    titleThreeJS JSON v 3.1
    urlhttps://github.com/mrdoob/three.js/wiki/JSON-Model-format-3.1
    format and can be directly parsed by the client.
Note

Objects with geometry types "mesh" or "meshblob" can be written into the Bimplus bim+ database, whereas the "threejs" geometry type is optimized for viewing on mobile devices or in browser and cannot be written to the database directly.

...