Popov72 4 лет назад
Родитель
Сommit
1e9da08f51
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      src/Misc/environmentTextureTools.ts

+ 0 - 1
src/Misc/environmentTextureTools.ts

@@ -373,7 +373,6 @@ export class EnvironmentTextureTools {
 
                     rgbdPostProcess!.getEffect().executeWhenCompiled(() => {
                         // Uncompress the data to a RTT
-                        console.log(image instanceof ImageBitmap);
                         rgbdPostProcess!.onApply = (effect) => {
                             effect._bindTexture("textureSampler", tempTexture);
                             effect.setFloat2("scale", 1, engine._features.needsInvertingBitmap && (image instanceof ImageBitmap) ? -1 : 1);