@viamrobotics/motion-tools 1.26.0 → 1.26.1
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.
|
@@ -119,7 +119,10 @@
|
|
|
119
119
|
class="relative h-full w-full overflow-hidden dark:bg-white"
|
|
120
120
|
bind:this={root}
|
|
121
121
|
>
|
|
122
|
-
<Canvas
|
|
122
|
+
<Canvas
|
|
123
|
+
renderMode="on-demand"
|
|
124
|
+
dpr={[1, 2]}
|
|
125
|
+
>
|
|
123
126
|
<SceneProviders {cameraPose}>
|
|
124
127
|
{#snippet children({ focus })}
|
|
125
128
|
<Scene>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@viamrobotics/motion-tools",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.1",
|
|
4
4
|
"description": "Motion visualization with Viam",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@threlte/core": "8.5.13",
|
|
29
29
|
"@threlte/extras": "9.15.2",
|
|
30
30
|
"@threlte/rapier": "3.4.1",
|
|
31
|
-
"@threlte/xr": "1.
|
|
31
|
+
"@threlte/xr": "1.6.0",
|
|
32
32
|
"@types/bun": "1.2.21",
|
|
33
33
|
"@types/earcut": "^3.0.0",
|
|
34
34
|
"@types/lodash-es": "4.17.12",
|