You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to VPython-users
Bruce:
Running your example programm 01-space-station.py with VPython also shows a marked difference with the GlowScript rendition: although the background for both scenes appears in the VPython screen (if somewhat displaced), most of the action is displayed just in the righthand scene, with the lefthand one remaining black. The attached images show the aspect of my screen at start and end of a throw.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to VPython-users
Near the start of the spacestation() function, the statement "canvas.selected = whichcanvas" should be "whichcanvas.select()" as the documentation says. Turns out that the equivalent "canvas.selected" syntax isn't documented but is present in GlowScript. I need to update the documentation (and extend this syntax to VPython 7). Thanks for the report.