Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
ss20:himmelskoerper.comments [2020/09/18 18:52] icks |
ss20:himmelskoerper.comments [2020/09/18 21:38] (aktuell) icks |
||
---|---|---|---|
Zeile 6: | Zeile 6: | ||
import vpython as vpy | import vpython as vpy | ||
import math | import math | ||
+ | |||
+ | vpy.scene.width = 1920 | ||
+ | vpy.scene.height = 1080 | ||
class Body: #planet/trabant | class Body: #planet/trabant | ||
Zeile 96: | Zeile 99: | ||
import vpython as vpy | import vpython as vpy | ||
import math | import math | ||
+ | |||
+ | vpy.scene.width = 1920 | ||
+ | vpy.scene.height = 1080 | ||
class Body: #planet/trabant | class Body: #planet/trabant |