首页 > 代码库 > VPython 三维显示 —— hello word
VPython 三维显示 —— hello word
使用VPython,python(x,y)中已安装VPython模块
from visual import *
cylinder(pos=(0,1,0), axis=(0,1,0), radius=0.1, color=(0,1,0))
box = box(length=4, height=0.5, width=4, color=color.blue)
ball = sphere(pos=(0,4,0), color=color.red)
窗口交互
- 拖动右键切换角度(rotate)
- 同时按住左键右键拖动缩放窗口 (和滚轮缩放不同……)
主要资料
官网doc
http://vpython.org/contents/docs/display.html
官网示例代码
安装目录下文件夹中
来自为知笔记(Wiz)
VPython 三维显示 —— hello word
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。