@pixiv/three-vrm-materials-mtoon 3.0.0 → 3.1.0-beta.0
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
CHANGED
|
@@ -17,6 +17,7 @@ To use MToon with WebGPURenderer, specify the WebGPU-compatible `MToonNodeMateri
|
|
|
17
17
|
The NodeMaterial system of Three.js is still under development, so we may break compatibility with older versions of Three.js more frequently than other parts of three-vrm.
|
|
18
18
|
|
|
19
19
|
```js
|
|
20
|
+
import { GLTFLoader } from 'three/addons/loaders/GLTFLoader.js';
|
|
20
21
|
import { MToonMaterialLoaderPlugin } from '@pixiv/three-vrm-materials-mtoon';
|
|
21
22
|
import { MToonNodeMaterial } from '@pixiv/three-vrm-materials-mtoon/nodes';
|
|
22
23
|
|
package/lib/nodes/index.cjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixiv/three-vrm-materials-mtoon",
|
|
3
|
-
"version": "3.0.0",
|
|
3
|
+
"version": "3.1.0-beta.0",
|
|
4
4
|
"description": "MToon (toon material) module for @pixiv/three-vrm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "pixiv",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"peerDependencies": {
|
|
66
66
|
"three": ">=0.137"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "abba080db462e4d1aa8c50acdf0ae83efbc7aeb1"
|
|
69
69
|
}
|