Raanan Weber 4 years ago
parent
commit
07671270c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Helpers/textureDome.ts

+ 1 - 1
src/Helpers/textureDome.ts

@@ -232,7 +232,7 @@ export abstract class TextureDome<T extends Texture> extends TransformNode {
         this._halfDome = !!options.halfDomeMode;
         this._halfDome = !!options.halfDomeMode;
         // enable or disable according to the settings
         // enable or disable according to the settings
         this._halfDomeMask.setEnabled(this._halfDome);
         this._halfDomeMask.setEnabled(this._halfDome);
-        this._crossEye = !!options.crossEye;
+        this._crossEye = !!options.crossEyeMode;
 
 
         // create
         // create
         this._texture.anisotropicFilteringLevel = 1;
         this._texture.anisotropicFilteringLevel = 1;