mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 22:03:10 +02:00
git-subtree-dir: Programming/TRAK git-subtree-mainline:e11d703c3egit-subtree-split:777937fb9e
6 lines
80 B
Python
6 lines
80 B
Python
UPWARDS = 1
|
|
UPDOWN = -1
|
|
FARAWAY = 1.0e39
|
|
SKYBOX_DISTANCE = 1.0e6
|
|
|