@mml-io/3d-web-threejs 0.26.0 → 0.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.
- package/LICENSE +19 -0
- package/build/index.js +2 -2
- package/build/index.js.map +2 -2
- package/build/shaders/vertex-shader.d.ts +1 -1
- package/build/shaders/vertex-shader.d.ts.map +1 -1
- package/package.json +6 -5
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const vertexShader = "\n precision highp float;\n\n out vec2 vUv;\n void main() {\n vUv = uv;\n gl_Position =
|
|
1
|
+
export declare const vertexShader = "\n precision highp float;\n\n out vec2 vUv;\n void main() {\n vUv = uv;\n gl_Position = vec4(position, 1.0);\n }\n ";
|
|
2
2
|
//# sourceMappingURL=vertex-shader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vertex-shader.d.ts","sourceRoot":"","sources":["../../src/shaders/vertex-shader.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"vertex-shader.d.ts","sourceRoot":"","sources":["../../src/shaders/vertex-shader.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,+IAQtB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mml-io/3d-web-threejs",
|
|
3
|
-
"version": "0.26.
|
|
3
|
+
"version": "0.26.1",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@gltf-transform/core": "^4.0.0",
|
|
23
23
|
"@gltf-transform/extensions": "^4.0.0",
|
|
24
|
-
"@mml-io/3d-web-avatar": "^0.26.
|
|
25
|
-
"@mml-io/3d-web-client-core": "^0.26.
|
|
24
|
+
"@mml-io/3d-web-avatar": "^0.26.1",
|
|
25
|
+
"@mml-io/3d-web-client-core": "^0.26.1",
|
|
26
26
|
"@mml-io/mml-web": "0.23.1",
|
|
27
27
|
"@mml-io/mml-web-threejs": "0.23.1",
|
|
28
28
|
"@mml-io/model-loader": "0.23.1",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@tweakpane/core": "2.0.5",
|
|
31
31
|
"draco3d": "^1.5.7",
|
|
32
32
|
"meshoptimizer": "^0.18.1",
|
|
33
|
-
"postprocessing": "6.38.
|
|
33
|
+
"postprocessing": "6.38.2",
|
|
34
34
|
"three": "0.181.2",
|
|
35
35
|
"three-mesh-bvh": "0.9.0",
|
|
36
36
|
"tweakpane": "4.0.5"
|
|
@@ -39,5 +39,6 @@
|
|
|
39
39
|
"@types/jest": "^29.5.12",
|
|
40
40
|
"@types/node": "^22.13.1",
|
|
41
41
|
"@types/three": "0.181.0"
|
|
42
|
-
}
|
|
42
|
+
},
|
|
43
|
+
"gitHead": "641ba30671cf66b7a4c288cd68328366076ecf8c"
|
|
43
44
|
}
|