@needle-tools/usd 0.0.1-next.62e46e8 → 0.0.2-next.d90870e
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 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -9,9 +9,8 @@ For commercial use please contact hi@needle.tools
|
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
##
|
|
12
|
+
## Use with Needle Engine
|
|
13
13
|
|
|
14
|
-
### Needle Engine
|
|
15
14
|
|
|
16
15
|
```ts
|
|
17
16
|
import { get } from "svelte/store";
|
|
@@ -27,7 +26,7 @@ export function addUsdPlugin() {
|
|
|
27
26
|
```
|
|
28
27
|
|
|
29
28
|
|
|
30
|
-
###
|
|
29
|
+
### Use with other three.js based viewers
|
|
31
30
|
|
|
32
31
|
|
|
33
32
|
See full example in [examples](./examples/src/main.ts)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@needle-tools/usd",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2-next.d90870e",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"three": "^0.164.1",
|
|
40
|
-
"@needle-tools/engine": "
|
|
40
|
+
"@needle-tools/engine": "4.x || ^4.6.0-0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"vite": "^5.2.13",
|