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.
@@ -89,6 +89,8 @@ declare module BABYLON {
89
89
  private _refractionRTT;
90
90
  private _reflectionRTT;
91
91
  private _reflectionTransform;
92
+ private _offsetMirror;
93
+ private _tempPlane;
92
94
  private _lastTime;
93
95
  private _lastDeltaTime;
94
96
  private _waitingRenderList;