@onerjs/materials 8.23.2 → 8.23.4
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/cell/cellMaterial.js +1 -1
- package/fire/fireMaterial.js +1 -1
- package/fur/furMaterial.js +1 -1
- package/gradient/gradientMaterial.js +1 -1
- package/grid/gridMaterial.js +1 -1
- package/lava/lavaMaterial.js +1 -1
- package/mix/mixMaterial.js +1 -1
- package/normal/normalMaterial.js +1 -1
- package/package.json +2 -2
- package/simple/simpleMaterial.js +1 -1
- package/sky/skyMaterial.js +1 -1
- package/terrain/terrainMaterial.js +1 -1
- package/triPlanar/triPlanarMaterial.js +1 -1
- package/water/waterMaterial.js +1 -1
package/cell/cellMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
package/fire/fireMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
package/fur/furMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsVector3, serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Vector3 } from "@onerjs/core/Maths/math.vector.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
package/grid/gridMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
/* eslint-disable @typescript-eslint/naming-convention */
|
|
3
3
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3, serializeAsVector3 } from "@onerjs/core/Misc/decorators.js";
|
|
4
4
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
package/lava/lavaMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
package/mix/mixMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
package/normal/normalMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onerjs/materials",
|
|
3
|
-
"version": "8.23.
|
|
3
|
+
"version": "8.23.4",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"module": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"postcompile": "build-tools -c add-js-to-es6"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@onerjs/core": "^8.23.
|
|
21
|
+
"@onerjs/core": "^8.23.4",
|
|
22
22
|
"@dev/build-tools": "^1.0.0",
|
|
23
23
|
"@lts/materials": "^1.0.0"
|
|
24
24
|
},
|
package/simple/simpleMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
package/sky/skyMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsVector3, serialize } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Vector3, Quaternion } from "@onerjs/core/Maths/math.vector.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Color3 } from "@onerjs/core/Maths/math.color.js";
|
package/water/waterMaterial.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { __decorate } from "@
|
|
1
|
+
import { __decorate } from "@onerjs/core/tslib.es6.js";
|
|
2
2
|
import { serializeAsVector2, serializeAsTexture, serialize, expandToProperty, serializeAsColor3 } from "@onerjs/core/Misc/decorators.js";
|
|
3
3
|
import { SerializationHelper } from "@onerjs/core/Misc/decorators.serialization.js";
|
|
4
4
|
import { Matrix, Vector2, Vector3 } from "@onerjs/core/Maths/math.vector.js";
|