angular-three-soba 2.0.0-beta.304 → 2.0.0-beta.306
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/abstractions/README.md +4 -3
- package/package.json +7 -7
package/abstractions/README.md
CHANGED
|
@@ -5,13 +5,14 @@ This module provides abstract components and patterns for building reusable and
|
|
|
5
5
|
| Package | Description |
|
|
6
6
|
| ------------------- | -------------------------------------------- |
|
|
7
7
|
| `troika-three-text` | Required for using the `NgtsText` component. |
|
|
8
|
+
| `three-mesh-bvh` | Required for `angular-three-soba/shaders` |
|
|
8
9
|
|
|
9
10
|
To install these dependencies, use one of the following commands:
|
|
10
11
|
|
|
11
12
|
```bash
|
|
12
|
-
npm install troika-three-text
|
|
13
|
-
# yarn add troika-three-text
|
|
14
|
-
# pnpm add troika-three-text
|
|
13
|
+
npm install troika-three-text three-mesh-bvh
|
|
14
|
+
# yarn add troika-three-text three-mesh-bvh
|
|
15
|
+
# pnpm add troika-three-text three-mesh-bvh
|
|
15
16
|
```
|
|
16
17
|
|
|
17
18
|
## TOC
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-three-soba",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.306",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -69,18 +69,18 @@
|
|
|
69
69
|
"esm": "./esm2022/cameras/angular-three-soba-cameras.mjs",
|
|
70
70
|
"default": "./fesm2022/angular-three-soba-cameras.mjs"
|
|
71
71
|
},
|
|
72
|
-
"./controls": {
|
|
73
|
-
"types": "./controls/index.d.ts",
|
|
74
|
-
"esm2022": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
75
|
-
"esm": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
76
|
-
"default": "./fesm2022/angular-three-soba-controls.mjs"
|
|
77
|
-
},
|
|
78
72
|
"./materials": {
|
|
79
73
|
"types": "./materials/index.d.ts",
|
|
80
74
|
"esm2022": "./esm2022/materials/angular-three-soba-materials.mjs",
|
|
81
75
|
"esm": "./esm2022/materials/angular-three-soba-materials.mjs",
|
|
82
76
|
"default": "./fesm2022/angular-three-soba-materials.mjs"
|
|
83
77
|
},
|
|
78
|
+
"./controls": {
|
|
79
|
+
"types": "./controls/index.d.ts",
|
|
80
|
+
"esm2022": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
81
|
+
"esm": "./esm2022/controls/angular-three-soba-controls.mjs",
|
|
82
|
+
"default": "./fesm2022/angular-three-soba-controls.mjs"
|
|
83
|
+
},
|
|
84
84
|
"./performances": {
|
|
85
85
|
"types": "./performances/index.d.ts",
|
|
86
86
|
"esm2022": "./esm2022/performances/angular-three-soba-performances.mjs",
|