10 Commits

Author SHA1 Message Date
Oscar Lorentzon
c40d25ab00 refactor: rename key to id 2021-03-22 11:56:49 +01:00
Oscar Lorentzon
dd2fc56539 refactor: replace pano with spherical 2021-03-16 08:19:29 +01:00
Oscar Lorentzon
b562a0b06c chore: build with rollup
Migrate to Rollup.
Emit umd, minified umd, module, type declarations
and source maps.
Work around problems with Falcor by using
virtual module.

Migrate to Jest.
Run tests in with CommonJS modules becasue ES6
is not supported.
Work around dependency problems by bootstrap
to ensure they are not loaded during test.

Remove all unused dependencies.

Create state transition matrix to avoid
circular dependencies.

chore: tsc and rollup watch build
chore: incremental watch build
Remove unused dependencies.
chore: use existing type packages
chore: mock favicon
chore: improve watch build
chore: fix styles build
chore: specific commonjs build for tests
chore: reset spec files
refactor: explicit state transition matrix
chore: make src commands work
chore: working unit tests and lib
chore: add serve docs script
chore: remove unused bundle config
chore: refactor rollup config to avoid duplication
fix: falcor imports
fix: transition from source to target

Fixes #87
Fixes #100
Fixes #159
Fixes #208
2021-03-15 11:23:22 +01:00
Oscar Lorentzon
2b2ed31c4f feat(spatial): option for original position altitude
Add option for visualizing the original position altitude
instead of flat lines.
Deprecate positionsVisible property.
Add altitude property to fill interface and node class.
2021-01-20 08:26:13 +01:00
Oscar Lorentzon
1d4c7c48ee feat(spatial): apply graph filter on spatial cameras
Filter spatial cameras based on graph filter function.
Emit filter function from graph service.
Use threejs layer for interactive object filtering.
2021-01-20 08:10:17 +01:00
Oscar Lorentzon
87683453e6 chore: key commands for all spatial props
Add key commands for all spatial config options
in debug page.
2021-01-13 10:35:01 +01:00
Oscar Lorentzon
ae9fc71134 feat: load clusters from url
Add JSON inflator class to be able to reuse
in data providers.
2020-12-02 18:25:17 +01:00
Oscar Lorentzon
a913a99a9f feat: remove obsolete stats component 2020-11-06 17:22:06 +01:00
Oscar Lorentzon
8e82214957 chore: update viewer ctor calls in debug pages 2020-10-08 17:37:50 +02:00
Oscar Lorentzon
81ec52e708 feat: add spatial debug page 2020-10-05 18:16:25 +02:00