Newbie question about updating multiple objects ...

Scott David Daniels scott.daniels at acm.org
Thu Jun 8 14:59:04 EDT 2006


fivenastydisco at hotmail.com wrote:
> <some VPython code>
> Any ideas? I've run out of options. Any help would be very *gratefully*
> appreciatedd!!

Your time-step is too small.
Simply try: dt = .5, and you should see (slow) motion.

Note, I'd update the position, then wrap it, rather than wrapping and
then updating.

-- 
--Scott David Daniels
scott.daniels at acm.org



More information about the Python-list mailing list