资源简介
OpenGl 机器人可以通过方向键实现自由移动
代码片段和文件信息
// Robot.cpp: implementation of the CRobot class.
//
//////////////////////////////////////////////////////////////////////
#include “Robot.h“
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
//int CRobot::shoulder=0;
//int CRobot::leg=0;
CRobot::CRobot()
{
flagS=1;
flagL=1;
shoulder=0;
leg=0;
}
CRobot::~CRobot()
{
}
void CRobot::DrawRobot()
{
glColor3f(0.01.00.0);
glPushMatrix();
glRotatef(90.00.01.00.0);
glPushMatrix();
glScalef(16.0 20.0 10.0);
glutWireCube(1.0);
glPopMatrix();
glPushMatrix();
glTranslatef(0.012.00.0);
glScalef(3.04.03.0);
glutWireCube(1.0);
glPopMatrix();
glPushMatrix();
glTranslatef(0.018.00.0);
glScalef(8.08.08.0);
glutWireCube(1.0);
glPopMatrix();
glPushMatrix();
glTranslatef(10.010.00);
glPushMatrix();
glTranslatef(0.0-5.00);
glScale
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-06-09 09:28 glutRobotInScene\
目录 0 2009-06-09 09:29 glutRobotInScene\glutRobotInScene\
目录 0 2009-06-09 09:29 glutRobotInScene\glutRobotInScene\Debug\
文件 237568 2005-07-15 14:48 glutRobotInScene\glutRobotInScene\Debug\glut32.dll
文件 217167 2008-04-30 23:53 glutRobotInScene\glutRobotInScene\Debug\RobotInScene.exe
文件 5612 2008-04-30 23:51 glutRobotInScene\glutRobotInScene\Robot.cpp
文件 638 2008-04-28 16:12 glutRobotInScene\glutRobotInScene\Robot.h
文件 4578 2008-04-30 23:47 glutRobotInScene\glutRobotInScene\RobotInScene.cpp
文件 3837 2008-04-29 21:06 glutRobotInScene\glutRobotInScene\RobotInScene.dsp
文件 549 2008-04-28 17:11 glutRobotInScene\glutRobotInScene\RobotInScene.dsw
文件 3683 2008-04-30 23:50 glutRobotInScene\glutRobotInScene\Scene.cpp
文件 673 2008-04-28 16:11 glutRobotInScene\glutRobotInScene\Scene.h
文件 2295 2008-04-30 11:10 glutRobotInScene\glutRobotInScene\Text.cpp
文件 756 2008-04-29 21:55 glutRobotInScene\glutRobotInScene\Text.h
文件 196 2008-06-17 12:13 机器人天空.url
文件 2362 2006-03-16 12:01 机器人天空欢迎您.txt
- 上一篇:数据挖掘中的聚类算法研究.doc
- 下一篇:buck电路 以及 驱动mos管
相关资源
- 大话数据结构.epub
- iBATIS实战.pdf
- zw_new_smile-7110337-ImageAnimationTest.zip
- zw_jhn199388-9911706-基于51单片机都_自动
- zw_fan7983377-9600053-RecyclerViewDemo.zip
- zw_CHINA__.zip
- 我的第一本算法书+算法图解.zip
- 数学物理方法_德顾樵编著_2012.01_545页
- zw_WKTConvert.zip
- tdxw.exe
- zw_LabVIEW_8.20程序设计从入门到精通.
- zw_20170105220330215.zip
- unlocker-master最新版.rar
- Nginx核心知识100讲全套课件.zip
- navicat.11.2.16.premium_cs_x64破解版.zip
- 凸优化_Boyd_王书宁译.rar
- 云盘.rar
- Xshell5.exe
- 20170121135652618.rar
- DiskGenius4.7.0专业版.rar
- AlphaControlsv11.16StableFullSource(D5和D10
- 雅奇880官方开源赠品30多个雅奇4.rar
- 2009_LabVIEW编程样式_清晰版.pdf
- tiger_newhu5.99.24.zip
- 大数据架构详解:从数据获取到深度
- 程序是怎样跑起来的_PDF电子书带书签
- MongodbSample.rar
- EtherCATSlaveStackCodeTool5.12.rar
- 重构_改善既有代码的设计.rar
- 矩阵分析与应用第二版高清带书签.
评论
共有 条评论