21 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
Oscar Lorentzon
0fe3427aae docs: clarify how custom renderers should use on remove method 2022-03-01 19:05:30 -08:00
Oscar Lorentzon
0e9fa8766c docs: refactor graphics example for clarity 2021-11-26 10:51:48 +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
Oscar Lorentzon
ee2e54f702 refactor: rename extension example files for consistency 2021-09-01 20:36:42 +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
c268f8515f docs: add custom render map sync example 2021-06-23 14:35:37 +02:00
Manuel López Antequera
dd95925b8e Update procedural-data-provider.md 2021-06-17 07:46:46 +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
bdba74d026 docs: add custom render overview section 2021-06-01 09:49:07 +02:00
Oscar Lorentzon
775d4b991d docs: add data provider overview section 2021-05-22 12:07:41 +02:00
Oscar Lorentzon
494a5464f0 feat: clarify token and provider handling
Separate token and provider options.
Rename viewer token method for clarity.
Use access token wording everywhere.
2021-05-22 12:07:41 +02:00
Oscar Lorentzon
505da04bbc docs: custom camera controls documentation guide 2021-05-20 21:24:27 +02:00
Oscar Lorentzon
397e4a3204 docs: render animations guide 2021-05-19 17:55:35 +02:00
Oscar Lorentzon
1bfd680a1e docs: add three.js custom renderer guide 2021-05-19 16:13:24 +02:00
Oscar Lorentzon
50cd408848 docs: webgl custom render guide 2021-05-19 13:11:13 +02:00
Oscar Lorentzon
7949fd35c8 docs: add fly controls example 2021-05-18 17:14:27 +02:00
Oscar Lorentzon
2bfdc4d3e3 docs: add geometry provider docs 2021-05-17 11:52:50 +02:00
Oscar Lorentzon
db29d0cef3 docs: add triangulation and graph theory sections 2021-05-17 09:23:55 +02:00
Oscar Lorentzon
56c751a0fa fix: doc production build extend issue
Node modules are not transpiled in docusaurus
builds leading to a call invoke for data provider
base that throws.
Do not install MJS but use local build instead.
Change imports to be relative.
2021-05-15 18:10:53 +02:00
Oscar Lorentzon
4b32bc3403 docs: complete procedural data provider examples 2021-05-15 18:10:53 +02:00