christjt
released this
22 Feb 14:00
·
2735 commits
to master
since this release
Warning: This is an beta version of Reveal 3.0. To fully utilize the improvements, it's necessary to enable new features for the respective Cognite Data Fusion project hosting the 3D models that is visualized.
Reveal comes with ThreeJS embedded so you do not have this as a dependency in your project. If you still want to have it as a direct dependency, it must match the version used by Reveal (r137). You can also use three.js version exported by Reveal as import { THREE } from '@cognite/reveal.
🚀 Features
- feat: create camera manager interface that will allow users to provide their own CameraManager (#1852)
- feat: add draco mesh decoding support for GLB parser (#1855)
- feat: add gltf sector cache (#1841)
- feat: update Cognite SDK version to 7.0.0 (#1787)
🐞 Bug fixes and enhancements
- fix: incorrect usage of device pixel ratio (#1874)
- fix: primitives not rendering correctly on iOS (#1861)
- fix: near/far camera plane hiding some peripheral geometry (#1857)
- fix: defer download of web workers until needed (#1845)
- fix: Zooming to points not on the model was too fast in zoomToCursor mode (#1831)
📖 Documentation
- doc: add documentation for new login procedure for SDK v7.x.x