diurnal motion on stars

This commit is contained in:
minjaesong
2023-08-02 22:44:04 +09:00
parent fb28fd8a76
commit d2b1346252
2 changed files with 13 additions and 2 deletions

View File

@@ -195,6 +195,7 @@ class WorldTime(initTime: Long = 0L) {
val LUNAR_CYCLE: Int = 29 * DAY_LENGTH + 12 * HOUR_SEC + 44 * MINUTE_SEC + 3 // 29 days, 12 hours, 44 minutes, and 3 seconds in-game calendar
const val DIURNAL_MOTION_LENGTH = 86636f
}
fun update(delta: Float) {