@galacean/effects-threejs 1.1.0-alpha.2 → 1.1.0-alpha.3
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/dist/index.js +3 -3
- package/dist/index.min.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime threejs plugin for the web
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
|
|
6
|
-
* Version: v1.1.0-alpha.
|
|
6
|
+
* Version: v1.1.0-alpha.3
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -32777,9 +32777,9 @@ Geometry.create = function (engine, options) {
|
|
|
32777
32777
|
Mesh.create = function (engine, props) {
|
|
32778
32778
|
return new ThreeMesh(engine, props);
|
|
32779
32779
|
};
|
|
32780
|
-
var version = "1.1.0-alpha.
|
|
32780
|
+
var version = "1.1.0-alpha.3";
|
|
32781
32781
|
console.info({
|
|
32782
|
-
content: '[Galacean Effects THREEJS] version: ' + "1.1.0-alpha.
|
|
32782
|
+
content: '[Galacean Effects THREEJS] version: ' + "1.1.0-alpha.3",
|
|
32783
32783
|
type: LOG_TYPE,
|
|
32784
32784
|
});
|
|
32785
32785
|
|