@cognite/3d-web-parser v0.2.14-quads-2
JavaScript parser for 3D web files
This module parses 3D data from Cognite Data Platform used in the 3D viewer.
Using typescript
This module is written in native typescript, so no extra types need to be defined.
License
Development
Run all tests:
$ yarn
$ yarn testWe use jest to run tests, see their documentation for more information.
Update protobuf schema
- Run
yarn run pbjs -t json -o src/proto/web_scene.json {path to web_scene.proto}
Release
How to release a new version:
- Create a new branch
- Commit changes (if any)
- Run
$ npm version [patch/minor/major] # example: $ npm version patch - Push branch and push tags (
git push --tags) - Create a new pull requests
- A new version will be published when the PR is merged
4 years ago
4 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago