01 2018 档案

摘要:#include <GL\glut.h> float fEarth = 2.0f;//地球绕太阳的旋转角度float fMoon = 24.0f;//月球绕地球的旋转角度 void Init(){ glEnable(GL_DEPTH_TEST);//启用深度测试 glClearColor(0.0f, 阅读全文
posted @ 2018-01-28 19:14 西北逍遥 阅读(1278) 评论(0) 推荐(0) 编辑
摘要://#include <gl\glut.h>#include <GL\glut.h>#include <iostream> using namespace std; float rtri;float rquad; GLfloat points0[5][3] = { {0,1,0},{-1,-1,1} 阅读全文
posted @ 2018-01-28 16:48 西北逍遥 阅读(3409) 评论(0) 推荐(0) 编辑
摘要:1、安装Anaconda 下载 官方下载地址:https://www.continuum.io/downloads 所有安装包地址:https://repo.continuum.io/archive/ 这里使用 Python 3.5 版本的 “Anaconda3-4.2.0-Linux-x86_64 阅读全文
posted @ 2018-01-22 19:45 西北逍遥 阅读(1711) 评论(0) 推荐(0) 编辑
摘要:有时候,我们无法找到Visual Studio Command Prompt,需要手动配置 打开 Visual studio2015,选择 "工具"—>"外部工具",点击 "添加" 这里有四个参数需要填写 初始目录可以自定义,我这里是: C:\Users\luo\AppData\Local\Prog 阅读全文
posted @ 2018-01-13 19:51 西北逍遥 阅读(2648) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示