worldorbit 3.0.1 → 3.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -138,7 +138,7 @@ For direct browser usage, use the browser bundle:
|
|
|
138
138
|
import {
|
|
139
139
|
createInteractiveViewer,
|
|
140
140
|
loadWorldOrbitSource
|
|
141
|
-
} from "https://unpkg.com/worldorbit@3.0.
|
|
141
|
+
} from "https://unpkg.com/worldorbit@3.0.5/dist/unpkg/worldorbit.esm.js";
|
|
142
142
|
|
|
143
143
|
const source = `
|
|
144
144
|
schema 2.5
|
|
@@ -432,7 +432,7 @@ const scene = renderDocumentToScene(loaded.document, {
|
|
|
432
432
|
|
|
433
433
|
## Viewer Capabilities
|
|
434
434
|
|
|
435
|
-
Viewer features in `v3.0.
|
|
435
|
+
Viewer features in `v3.0.5` include:
|
|
436
436
|
|
|
437
437
|
* scene-based SVG rendering
|
|
438
438
|
* renderer-neutral spatial scenes through `renderDocumentToSpatialScene(...)`
|