If we want to have the brython-glow interface look closer to vPython than glowscript we need to consider the notes at http://www.glowscript.org/docs/GlowScriptDocs/VPython-vs-GlowScript.html
One would think, for instance, that a sphere ought to take a radius argument of type float/int, but as things stand that wont work. One could add an argument 'size' of the appropriately scaled vector whenever one sees a brython sphere() with argument 'radius'?
If we want to have the brython-glow interface look closer to vPython than glowscript we need to consider the notes at http://www.glowscript.org/docs/GlowScriptDocs/VPython-vs-GlowScript.html
One would think, for instance, that a sphere ought to take a radius argument of type float/int, but as things stand that wont work. One could add an argument 'size' of the appropriately scaled vector whenever one sees a brython sphere() with argument 'radius'?