@needle-tools/usd 0.0.1-next.62e46e8 → 0.0.2-next.b1f54be
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 +3 -4
- package/package.json +2 -3
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,10 +26,10 @@ export function addUsdPlugin() {
|
|
|
27
26
|
```
|
|
28
27
|
|
|
29
28
|
|
|
30
|
-
###
|
|
29
|
+
### Use with other three.js based viewers
|
|
31
30
|
|
|
32
31
|
|
|
33
|
-
See full example in [examples](
|
|
32
|
+
See full example in [examples](/usd-wasm/examples/src/main.ts)
|
|
34
33
|
|
|
35
34
|
```js
|
|
36
35
|
// Load the USD module
|
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.b1f54be",
|
|
4
4
|
"main": "src/index.js",
|
|
5
5
|
"types": "src/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -36,8 +36,7 @@
|
|
|
36
36
|
"url": "https://github.com/needle-tools/usd-viewer/issues"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"three": "
|
|
40
|
-
"@needle-tools/engine": ">= 4.5.0-alpha.4"
|
|
39
|
+
"three": ">=0.160.0"
|
|
41
40
|
},
|
|
42
41
|
"devDependencies": {
|
|
43
42
|
"vite": "^5.2.13",
|