103 Commits

Author SHA1 Message Date
Oscar Lorentzon
b7c3547752 chore: add reset example
Make procedural data provider available outside of doc.
2022-05-25 12:19:29 -07:00
Attila Oláh
f44b4ec223 Fix Markdown link
https://xkcd.com/859
2022-03-16 12:39:48 -07:00
Oscar Lorentzon
486d5b23d0 4.1.0 2022-03-02 18:21:37 -08:00
Oscar Lorentzon
0fe3427aae docs: clarify how custom renderers should use on remove method 2022-03-01 19:05:30 -08:00
dependabot[bot]
d3ae8d72a9 chore(deps): bump shelljs from 0.8.4 to 0.8.5 in /doc
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 16:25:34 -08:00
dependabot[bot]
44ff4e4406 chore(deps): bump follow-redirects from 1.14.3 to 1.14.7 in /doc
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.3 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.3...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 16:13:09 -08:00
dependabot[bot]
62b8b82331 chore(deps): bump nanoid from 3.1.23 to 3.2.0 in /doc
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.23...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-25 15:34:30 -08:00
Oscar Lorentzon
b2d1f2d49f feat: config to color point clouds by cluster
Add point visualization mode configuration setting.
Add mode to paint colors in the same cluster with
a single random color.
2021-11-30 10:31:27 -08:00
Oscar Lorentzon
fb4cc6b852 feat: add relevant phrases to glossary 2021-11-29 19:19:55 -08:00
Oscar Lorentzon
0e9fa8766c docs: refactor graphics example for clarity 2021-11-26 10:51:48 +01:00
Oscar Lorentzon
370ccd33c0 docs: add game developer intro guide
Add guide and related example.
2021-11-26 10:51:48 +01:00
dependabot[bot]
54054aac22 chore(deps): bump algoliasearch-helper from 3.4.4 to 3.6.2 in /doc
Bumps [algoliasearch-helper](https://github.com/algolia/algoliasearch-helper-js) from 3.4.4 to 3.6.2.
- [Release notes](https://github.com/algolia/algoliasearch-helper-js/releases)
- [Changelog](https://github.com/algolia/algoliasearch-helper-js/blob/develop/CHANGELOG)
- [Commits](https://github.com/algolia/algoliasearch-helper-js/compare/3.4.4...3.6.2)

---
updated-dependencies:
- dependency-name: algoliasearch-helper
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-25 18:45:39 +01:00
Oscar Lorentzon
c6c2dcc0d9 chore: include flow declarations in distribution
Script to generate flow declarations from typescript
declarations.
Manually edit flow types to remove errors.
2021-11-10 21:05:05 +01:00
dependabot[bot]
1740e147c5 chore(deps): bump prismjs from 1.24.0 to 1.25.0 in /doc
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-08 15:10:08 +01:00
dependabot[bot]
8cb5ff45cb chore(deps): bump axios from 0.21.1 to 0.21.4 in /doc
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.4)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-09 11:32:25 +02:00
Oscar Lorentzon
e18160e2a9 chore: update docusaurus to 2.0.0-beta.6 2021-09-09 11:21:11 +02:00
Oscar Lorentzon
ce1e7da857 fix: correct raycasting for editor
Compute projection matrix inverse to ensure
that raycasting is performed correctly for
editor objects.
2021-09-09 11:21:11 +02:00
Oscar Lorentzon
dba73fb66c fix: use depth test for webgl cube rendering 2021-09-09 11:21:11 +02:00
Oscar Lorentzon
0c3186351c chore: upgrade doc dependencies 2021-09-02 11:29:16 +02:00
Oscar Lorentzon
1cc2d21ade docs: add component guide 2021-09-01 20:36:42 +02:00
Oscar Lorentzon
120d451d0a docs: add controlling the viewer guide 2021-09-01 20:36:42 +02:00
Oscar Lorentzon
ee2e54f702 refactor: rename extension example files for consistency 2021-09-01 20:36:42 +02:00
Oscar Lorentzon
0f064a459f docs: clearer readme and docs intro 2021-09-01 20:36:42 +02:00
dependabot[bot]
d3426e8850 chore(deps): bump url-parse from 1.5.1 to 1.5.3 in /doc
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 13:08:12 +02:00
Oscar Lorentzon
a76f879764 chore: clarify doc script namings 2021-08-02 11:56:25 +02:00
Oscar Lorentzon
86586f0ca4 fix: use correct reference 2021-08-02 11:01:55 +02:00
Oscar Lorentzon
ee05699636 chore: upgrade doc dependencies and three
Simplify import handling. Import three examples correctly.
Install three in doc project to avoid linting issues.
2021-08-02 10:42:27 +02:00
Oscar Lorentzon
1036065e49 chore: upgrade dev dependencies 2021-08-02 10:42:27 +02:00
dependabot[bot]
bfa9839785 chore(deps): bump prismjs from 1.23.0 to 1.24.0 in /doc
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.23.0...v1.24.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 11:27:49 +02:00
Oscar Lorentzon
cda8664703 fix: correct example title for correct code link 2021-06-23 15:14:56 +02:00
Oscar Lorentzon
c268f8515f docs: add custom render map sync example 2021-06-23 14:35:37 +02:00
Oscar Lorentzon
cb195f4c84 docs: fix typos
Clear before deploy build.
2021-06-23 14:23:10 +02:00
dependabot[bot]
fc2c114df8 chore(deps): bump postcss from 7.0.35 to 7.0.36 in /doc
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-23 14:12:27 +02:00
Oscar Lorentzon
e60bae79b6 chore: upgrade doc dependencies 2021-06-23 14:00:50 +02:00
Manuel López Antequera
dd95925b8e Update procedural-data-provider.md 2021-06-17 07:46:46 +02:00
dependabot[bot]
a084383b23 chore(deps): bump normalize-url from 4.5.0 to 4.5.1 in /doc
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-15 14:50:08 +02:00
Oscar Lorentzon
449029826a docs: add viewer events example 2021-06-15 14:23:10 +02:00
Oscar Lorentzon
f55d136cc2 docs: add viewer initialization guide 2021-06-10 22:09:40 +02:00
Oscar Lorentzon
c0c7b3b32e 4.0.0 2021-06-10 08:25:21 +02:00
Oscar Lorentzon
b9ab9bab41 4.0.0-beta.7 2021-06-08 12:25:10 +02:00
dependabot[bot]
132d5a1f1b chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 in /doc
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-08 10:43:10 +02:00
Oscar Lorentzon
db552bc856 chore: error on broken links in doc build 2021-06-08 10:28:32 +02:00
Oscar Lorentzon
ecd856099a feat: replace default data provider
Remove Falcor data provider and dependencies.
Add Graph API data provider.
Unit test.
2021-06-07 15:03:11 +02:00
Oscar Lorentzon
4a51ddef83 docs: add marker map synchronization example 2021-06-04 08:37:37 +02:00
Oscar Lorentzon
d28368c5a8 docs: add core marker example 2021-06-04 08:37:37 +02:00
Oscar Lorentzon
b9c4799c97 docs: add million markers example 2021-06-04 08:37:37 +02:00
dependabot[bot]
e677543428 chore(deps): bump ws from 6.2.1 to 6.2.2 in /doc
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 12:05:02 +02:00
Oscar Lorentzon
1b558582fe docs: add tag interact example 2021-06-03 08:36:47 +02:00
Oscar Lorentzon
baa6390f48 docs: add tag create example 2021-06-03 08:36:47 +02:00
Oscar Lorentzon
24560695b7 docs: add tag example 2021-06-03 08:36:47 +02:00