ポリゴンを表示するプログラム
Posted feedbacks - Python
VPython
1 2 3 | from visual import *
redbox=box()
while 1: redbox.rotate(angle=1)
|
ポリゴンを表示するプログラム
VPython
1 2 3 | from visual import *
redbox=box()
while 1: redbox.rotate(angle=1)
|
ところてん
#5940()
Rating0/4=0.00
[ reply ]