Browse Source

Revert back change

Popov72 4 years ago
parent
commit
9a44a262ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Engines/thinEngine.ts

+ 1 - 1
src/Engines/thinEngine.ts

@@ -1062,7 +1062,7 @@ export class ThinEngine {
 
 
     protected _initFeatures(): void {
     protected _initFeatures(): void {
         this._features = {
         this._features = {
-            forceBitmapOverHTMLImageElement: true,
+            forceBitmapOverHTMLImageElement: false,
             supportRenderAndCopyToLodForFloatTextures: this._webGLVersion !== 1,
             supportRenderAndCopyToLodForFloatTextures: this._webGLVersion !== 1,
             supportDepthStencilTexture: this._webGLVersion !== 1,
             supportDepthStencilTexture: this._webGLVersion !== 1,
             supportShadowSamplers: this._webGLVersion !== 1,
             supportShadowSamplers: this._webGLVersion !== 1,