Skip to content

Commit

Permalink
fix(type)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZvonimirSun committed Nov 14, 2024
1 parent e35ebd2 commit bfc4e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/lodCalculator/lodCalculator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ function generate() {
baseResolution = lodInfo.resolution * (2 ** lodInfo.lod)
}
const lods: {
lod: number
level: number
resolution: number
scaleDomination: number
scale: number
}[] = []
for (let i = 0; i < lodInfo.count; i++) {
const resolution = baseResolution / (2 ** i)
Expand Down

0 comments on commit bfc4e7b

Please sign in to comment.