首页 开发技术 C++     /    opengl实现的立体旋转球

opengl实现的立体旋转球

上传者: sanxin102592 | 上传时间:2023/2/15 1:39:05 | 文件大小:3.73MB | 文件类型:rar
opengl实现的立体旋转球
一个用OpenGL实现的立体旋转球,协助学习OpenGL的用户快速学习,提供一个简单的例子供参考。

文件下载

资源详情

[{"title":"(50个子文件3.73MB)opengl实现的立体旋转球","children":[{"title":"立方体旋转","children":[{"title":"计算机图形学立方体旋转更新版","children":[{"title":"立方体旋转","children":[{"title":"iu.plg <span style='color:#111;'>2.13KB</span>","children":null,"spread":false},{"title":"StdAfx.cpp <span style='color:#111;'>204B</span>","children":null,"spread":false},{"title":"iu.ncb <span style='color:#111;'>73.00KB</span>","children":null,"spread":false},{"title":"resource.h <span style='color:#111;'>1.02KB</span>","children":null,"spread":false},{"title":"iu.clw <span style='color:#111;'>1.63KB</span>","children":null,"spread":false},{"title":"iuDlg.h <span style='color:#111;'>1.30KB</span>","children":null,"spread":false},{"title":"iu.dsp <span style='color:#111;'>4.12KB</span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"vc60.pdb <span style='color:#111;'>356.00KB</span>","children":null,"spread":false},{"title":"iu.sbr <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"DrawDlg.sbr <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"iuDlg.obj <span style='color:#111;'>25.77KB</span>","children":null,"spread":false},{"title":"vc60.idb <span style='color:#111;'>209.00KB</span>","children":null,"spread":false},{"title":"iu.exe <span style='color:#111;'>120.00KB</span>","children":null,"spread":false},{"title":"iu.pdb <span style='color:#111;'>289.00KB</span>","children":null,"spread":false},{"title":"iu.pch <span style='color:#111;'>6.55MB</span>","children":null,"spread":false},{"title":"iu.ilk <span style='color:#111;'>219.93KB</span>","children":null,"spread":false},{"title":"iu.obj <span style='color:#111;'>13.25KB</span>","children":null,"spread":false},{"title":"StdAfx.obj <span style='color:#111;'>103.82KB</span>","children":null,"spread":false},{"title":"iu.bsc <span style='color:#111;'>2.99MB</span>","children":null,"spread":false},{"title":"iu.res <span style='color:#111;'>2.82KB</span>","children":null,"spread":false},{"title":"iuDlg.sbr <span style='color:#111;'>0B</span>","children":null,"spread":false},{"title":"StdAfx.sbr <span style='color:#111;'>1.31MB</span>","children":null,"spread":false},{"title":"DrawDlg.obj <span style='color:#111;'>34.14KB</span>","children":null,"spread":false}],"spread":false},{"title":"iu.aps <span style='color:#111;'>21.48KB</span>","children":null,"spread":false},{"title":"DrawDlg.h <span style='color:#111;'>1.85KB</span>","children":null,"spread":false},{"title":"StdAfx.h <span style='color:#111;'>1.03KB</span>","children":null,"spread":false},{"title":"iu.dsw <span style='color:#111;'>529B</span>","children":null,"spread":false},{"title":"iu.h <span style='color:#111;'>1.25KB</span>","children":null,"spread":false},{"title":"iu.cpp <span style='color:#111;'>1.96KB</span>","children":null,"spread":false},{"title":"iu.opt <span style='color:#111;'>132.50KB</span>","children":null,"spread":false},{"title":"DrawDlg.cpp <span style='color:#111;'>9.43KB</span>","children":null,"spread":false},{"title":"res","children":[{"title":"iu.rc2 <span style='color:#111;'>394B</span>","children":null,"spread":false},{"title":"iu.ico <span style='color:#111;'>1.05KB</span>","children":null,"spread":false}],"spread":false},{"title":"iuDlg.cpp <span style='color:#111;'>4.15KB</span>","children":null,"spread":false},{"title":"iu.rc <span style='color:#111;'>5.83KB</span>","children":null,"spread":false}],"spread":false},{"title":"sphere","children":[{"title":"sphere.plg <span style='color:#111;'>888B</span>","children":null,"spread":false},{"title":"sphere.cpp <span style='color:#111;'>6.06KB</span>","children":null,"spread":false},{"title":"sphere.dsp <span style='color:#111;'>4.18KB</span>","children":null,"spread":false},{"title":"Debug","children":[{"title":"sphere.pdb <span style='color:#111;'>369.00KB</span>","children":null,"spread":false},{"title":"vc60.pdb <span style='color:#111;'>44.00KB</span>","children":null,"spread":false},{"title":"sphere.obj <span style='color:#111;'>25.96KB</span>","children":null,"spread":false},{"title":"sphere.pch <span style='color:#111;'>341.16KB</span>","children":null,"spread":false},{"title":"vc60.idb <span style='color:#111;'>33.00KB</span>","children":null,"spread":false},{"title":"sphere.ilk <span style='color:#111;'>239.27KB</span>","children":null,"spread":false},{"title":"sphere.exe <span style='color:#111;'>212.00KB</span>","children":null,"spread":false}],"spread":true},{"title":"sphere.dsw <span style='color:#111;'>520B</span>","children":null,"spread":false},{"title":"sphere.opt <span style='color:#111;'>47.50KB</span>","children":null,"spread":false},{"title":"sphere.ncb <span style='color:#111;'>33.00KB</span>","children":null,"spread":false}],"spread":true},{"title":"使用说明.CHM <span style='color:#111;'>48.94KB</span>","children":null,"spread":false}],"spread":true},{"title":"www.pudn.com.txt <span style='color:#111;'>218B</span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

  • dreamerty:
    对于初学的我来说,还是感觉代码有些复杂,不过程序还是很不错的~2014-09-26
  • zxlyeah1:
    之前学OpenGL的时候下的,挺有用的demo2013-09-04
  • bendayuan:
    代码不错很有用2013-07-18
  • BreazeLee:
    在学习图形学,还需要慢慢的琢磨啊,文件代码不错2012-10-31
  • jiandanzuolaoda:
    正在学习openGL,很有用2012-06-27

免责申明

【好快吧下载】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【好快吧下载】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【好快吧下载】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,8686821#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明