Skip to content

Commit

Permalink
fix: refracion mode number
Browse files Browse the repository at this point in the history
  • Loading branch information
hhhhkrx committed Dec 27, 2024
1 parent aa434e4 commit 82d9754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/core/src/material/enums/Refraction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
*/
export enum RefractionMode {
/** Refraction shape is sphere. */
Sphere,
Sphere = 0,
/** Refraction shape is plane. */
Plane,
Plane = 1,
/** Refraction shape is thin. */
Thin
Thin = 2
}

0 comments on commit 82d9754

Please sign in to comment.