Skip to content

Commit

Permalink
fix: issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhhkrx committed Nov 19, 2024
1 parent 8f41f62 commit 499bd70
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 @@ -176,7 +176,7 @@ export class PBRMaterial extends PBRBaseMaterial {
}

Check warning on line 176 in packages/core/src/material/PBRMaterial.ts

View check run for this annotation

Codecov / codecov/patch

packages/core/src/material/PBRMaterial.ts#L169-L176

Added lines #L169 - L176 were not covered by tests

/**
* The index of refraction of the dielectric thin-film layer, limit less than 1.0.
* The index of refraction of the dielectric thin-film layer, greater than or equal to 1.0.
* @defaultValue `1.3`
*/
get iridescenceIOR(): number {
Expand Down

0 comments on commit 499bd70

Please sign in to comment.