Versions Compared

Key

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

...

  • 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
    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.
    Code Block
    borderColorGreen
    langxml
    titleExample
    threejs: {
             <ThreeJS_JSON_format>
             }
    
  • Please use the bim+ Object Service for seeing and filtering different geometry type information.
Note

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

...