mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 18:23:15 +02:00
6 lines
80 B
Python
6 lines
80 B
Python
|
|
UPWARDS = 1
|
||
|
|
UPDOWN = -1
|
||
|
|
FARAWAY = 1.0e39
|
||
|
|
SKYBOX_DISTANCE = 1.0e6
|
||
|
|
|