babylonjs-materials 8.34.1 → 8.35.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/babylon.skyMaterial.js +1 -1
- package/babylon.skyMaterial.min.js +1 -1
- package/babylon.skyMaterial.min.js.map +1 -1
- package/babylon.waterMaterial.js +1 -1
- package/babylon.waterMaterial.min.js +1 -1
- package/babylon.waterMaterial.min.js.map +1 -1
- package/babylonjs.materials.d.ts +2 -0
- package/babylonjs.materials.js +1 -1
- package/babylonjs.materials.min.js +1 -1
- package/babylonjs.materials.min.js.map +1 -1
- package/babylonjs.materials.module.d.ts +4 -0
- package/package.json +2 -2
|
@@ -120,6 +120,8 @@ export class WaterMaterial extends PushMaterial {
|
|
|
120
120
|
private _refractionRTT;
|
|
121
121
|
private _reflectionRTT;
|
|
122
122
|
private _reflectionTransform;
|
|
123
|
+
private _offsetMirror;
|
|
124
|
+
private _tempPlane;
|
|
123
125
|
private _lastTime;
|
|
124
126
|
private _lastDeltaTime;
|
|
125
127
|
private _waitingRenderList;
|
|
@@ -2329,6 +2331,8 @@ declare module BABYLON {
|
|
|
2329
2331
|
private _refractionRTT;
|
|
2330
2332
|
private _reflectionRTT;
|
|
2331
2333
|
private _reflectionTransform;
|
|
2334
|
+
private _offsetMirror;
|
|
2335
|
+
private _tempPlane;
|
|
2332
2336
|
private _lastTime;
|
|
2333
2337
|
private _lastDeltaTime;
|
|
2334
2338
|
private _waitingRenderList;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "babylonjs-materials",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.35.0",
|
|
4
4
|
"main": "babylonjs.materials.min.js",
|
|
5
5
|
"types": "babylonjs.materials.module.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"test:escheck": "es-check es6 ./babylonjs.materials.js"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"babylonjs": "^8.
|
|
18
|
+
"babylonjs": "^8.35.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@dev/build-tools": "1.0.0",
|