12 2016 档案

ROS->The Official Tutorial
摘要:系统安装 我的使用环境是Ubuntu 16.04LTS 32bit 为了快速下载,使用清华大学的源。 删除/etc/apt/sources.list文件中的内容,将上述复制到其中, 完成后运行 阅读全文

posted @ 2016-12-28 18:02 legion 阅读(203) 评论(0) 推荐(0)

Legacy Notes网络和服务端配置的笔记
摘要:在云服务器上使用LAMP全过程: 第一步:传文件 在windows上下载winscp,连接使用scp协议。注意:centos需要安装scp yum install openssh-clients 即可。 Ubuntu上安装 sudo apt-get install openssh-server 第二 阅读全文

posted @ 2016-12-27 16:23 legion 阅读(251) 评论(0) 推荐(0)

Python>>>创建一个简单的3D场景(1)
摘要:首先安装PyOpengl 64bit下可能存在glut的问题,解决如下 下载地址:(选择适合自己的版本)http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopengl 下载下来的whl文件,用pip install file_name.whl进行安装后,问题解 阅读全文

posted @ 2016-12-27 14:58 legion 阅读(5359) 评论(0) 推荐(0)

Python>>>使用Python和Pygame创建画板
摘要:下面是画板截图 代码下载 图片下载 阅读全文

posted @ 2016-12-24 13:37 legion 阅读(3252) 评论(1) 推荐(0)

Python>>>The Very First Step
摘要:Windows官网下载 python-2.7.13.amd64.msi python3_64bit_windows 默认会安装pip,同是把设置环境变量也选中 安装第三方包: 确认已经正确安装的方法:1.完成后使用pip list 查看。2.在命令行进入python后,使用import pygame 阅读全文

posted @ 2016-12-23 17:39 legion 阅读(265) 评论(0) 推荐(0)

OpenGL
摘要:Unlike an attribute that is set on each vertex, a uniform keeps the same value for all vertices until we change it again. glMultMatrix*(已废弃)把一个新的4*4矩阵 阅读全文

posted @ 2016-12-08 11:07 legion 阅读(115) 评论(0) 推荐(0)

导航