Skip to content

Commit a07d746

Browse files
author
Mike Bond
committed
Fix default glTF PBR values
1 parent 61837d7 commit a07d746

File tree

3 files changed

+722
-767
lines changed

3 files changed

+722
-767
lines changed

packages/dev/core/src/Materials/standardMaterial.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ export class StandardMaterial extends StandardMaterialBase {
14701470
ubo.updateFloat("alphaCutOff", this.alphaCutOff);
14711471
}
14721472

1473-
BindIBLParameters(scene, defines, ubo, this._reflectionTexture, false, true, true);
1473+
BindIBLParameters(scene, defines, ubo, this._reflectionTexture, false, false, true);
14741474

14751475
if (this._emissiveTexture && StandardMaterial.EmissiveTextureEnabled) {
14761476
ubo.updateFloat2("vEmissiveInfos", this._emissiveTexture.coordinatesIndex, this._emissiveTexture.level);

0 commit comments

Comments
 (0)