Forráskód Böngészése

Disable anisotropy

Popov72 4 éve
szülő
commit
0b891c2563
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      localDev/index.html

+ 2 - 0
localDev/index.html

@@ -94,6 +94,8 @@
                         engine = new BABYLON.Engine(canvas, false, { premultipliedAlpha: false, stencil: true, disableWebGL2Support: false, preserveDrawingBuffer: true });
                     }
 
+                    engine.getCaps().textureAnisotropicFilterExtension = false;
+
                     BABYLONDEVTOOLS.Loader.debugShortcut(engine);
 
                     // call the scene creation from the js.