Skip to content

Commit 45f0fdb

Browse files
committed
WIP
1 parent 5e1d911 commit 45f0fdb

File tree

2 files changed

+134
-304
lines changed

2 files changed

+134
-304
lines changed

editor/app.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ pl_app_load(plApiRegistryI* ptApiRegistry, plAppData* ptAppData)
273273
// .fNearZ = 0.01f,
274274
// .fFarZ = 50000.0f,
275275

276-
.tPos = {1738400.0f, 0.0f, 10.0f},
276+
.tPos = {1738400.0f * 1.2f, 0.0f, 10.0f},
277277
.fNearZ = 10.0f,
278278
.fFarZ = 1737400.0f * 3.0f,
279279
// .fFarZ = 100000.0f,
@@ -309,7 +309,7 @@ pl_app_load(plApiRegistryI* ptApiRegistry, plAppData* ptAppData)
309309
.pcOutputFile = "moon.chu",
310310
.fMaxHeight = 14052.0f,
311311
.fMinHeight = -18256.0f,
312-
.fMaxBaseError = 10.0f,
312+
.fMaxBaseError = 100.0f,
313313
.fMetersPerPixel = 100.0f, // 4096
314314
.tCenter = {0},
315315
.atTiles = atTiles,

0 commit comments

Comments
 (0)