cwbe coordinatez:
101
63540
2076399
1420306
5262055
5262425
5262676
5262923

ABSOLUT
KYBERIA
permissions
you: r,
system: public
net: yes

neurons

stats|by_visit|by_K
source
tiamat
K|my_K|given_K
last
commanders
polls

total descendants::4
total children::1
show[ 2 | 3] flat


ano, to vyzera na velmi prehladny tutorial, akurat vcera som vyskusal vpython a asi pri tom ostanem. sample pohybujucej sa gule:

from visual import *

ball = sphere(pos=(-5,-5,0), radius=0.5, color=color.cyan)
wallR = box(pos=(6,0,0), size=(0.2,12,12), color=color.green)

ball.velocity = vector(25,5,0)
deltat = 0.005
t = 0

while t < 3:
ball.pos = ball.pos + ball.velocity*deltat
t = t + deltat