Skip to content

Commit

Permalink
fix: iridescenceRange value
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhhkrx committed Nov 19, 2024
1 parent e70ee42 commit 8f41f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/material/PBRMaterial.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class PBRMaterial extends PBRBaseMaterial {
private static _iridescenceInfoProp = ShaderProperty.getByName("material_IridescenceInfo");
private static _iridescenceThicknessTextureProp = ShaderProperty.getByName("material_IridescenceThicknessTexture");
private static _iridescenceTextureProp = ShaderProperty.getByName("material_IridescenceTexture");
private _iridescenceRange = new Vector2();
private _iridescenceRange = new Vector2(100, 400);

/**
* Index Of Refraction.
Expand Down

0 comments on commit 8f41f62

Please sign in to comment.