登录
首页 » Visual C++ » 1.基于openGL的3D教室场景

1.基于openGL的3D教室场景

于 2021-01-06 发布 文件大小:5381KB
0 171
下载积分: 1 下载次数: 18

代码说明:

  一个基于OpenGL的3D教室场景,可漫游,代码量不多。(A OpenGL based 3D classroom scene that can roam with little code.)

文件列表:

基于openGL的3D教室场景\backwall.bmp, 229654, 2017-06-14
基于openGL的3D教室场景\blackboard.bmp, 427254, 2017-06-14
基于openGL的3D教室场景\ceiling.bmp, 161054, 2017-06-14
基于openGL的3D教室场景\CGDemoTest.dsp, 4265, 2015-01-01
基于openGL的3D教室场景\CGDemoTest.dsw, 528, 2015-01-01
基于openGL的3D教室场景\CGDemoTest.ncb, 41984, 2015-01-02
基于openGL的3D教室场景\CGDemoTest.opt, 53760, 2015-01-02
基于openGL的3D教室场景\CGDemoTest.plg, 941, 2015-01-01
基于openGL的3D教室场景\Debug\CGDemoTest.exe, 229431, 2015-01-01
基于openGL的3D教室场景\Debug\CGDemoTest.ilk, 272752, 2015-01-01
基于openGL的3D教室场景\Debug\CGDemoTest.pch, 3698048, 2015-01-01
基于openGL的3D教室场景\Debug\CGDemoTest.pdb, 418816, 2015-01-01
基于openGL的3D教室场景\Debug\main.bsc, 2016256, 2017-06-14
基于openGL的3D教室场景\Debug\main.exe, 229454, 2017-06-15
基于openGL的3D教室场景\Debug\main.ilk, 526184, 2017-06-15
基于openGL的3D教室场景\Debug\main.obj, 56575, 2017-06-15
基于openGL的3D教室场景\Debug\main.pch, 3706280, 2017-06-14
基于openGL的3D教室场景\Debug\main.pdb, 549888, 2017-06-15
基于openGL的3D教室场景\Debug\main.sbr
基于openGL的3D教室场景\Debug\vc60.idb, 222208, 2017-06-15
基于openGL的3D教室场景\Debug\vc60.pdb, 77824, 2017-06-15
基于openGL的3D教室场景\desk.bmp, 85542, 2017-06-14
基于openGL的3D教室场景\desk.png, 50875, 2017-06-14
基于openGL的3D教室场景\door.bmp, 42006, 2017-06-14
基于openGL的3D教室场景\floor.bmp, 179394, 2017-06-14
基于openGL的3D教室场景\gaodi.bmp, 404454, 2015-01-01
基于openGL的3D教室场景\main.cpp, 22185, 2017-06-15
基于openGL的3D教室场景\main.dsp, 3377, 2017-06-14
基于openGL的3D教室场景\main.dsw, 516, 2017-06-15
基于openGL的3D教室场景\main.ncb, 50176, 2017-06-15
基于openGL的3D教室场景\main.opt, 48640, 2017-06-15
基于openGL的3D教室场景\main.plg, 736, 2017-06-15
基于openGL的3D教室场景\Release\CGDemoTest.exe, 53248, 2015-01-01
基于openGL的3D教室场景\Release\CGDemoTest.pch, 3702168, 2015-01-01
基于openGL的3D教室场景\Release\main.obj, 21595, 2015-01-01
基于openGL的3D教室场景\Release\vc60.idb, 33792, 2015-01-01
基于openGL的3D教室场景\tdesk.bmp, 1041542, 2017-06-14
基于openGL的3D教室场景\tdesk.jpg, 66102, 2017-06-14
基于openGL的3D教室场景\wall.bmp, 1920054, 2017-06-14
基于openGL的3D教室场景\window.bmp, 63994, 2017-06-14
基于openGL的3D教室场景\window1.bmp, 60222, 2017-06-14
基于openGL的3D教室场景\Debug
基于openGL的3D教室场景\Release
基于openGL的3D教室场景

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • TIN
    利用点的数据,首先读入文件,然后构建TIN三角网(Using the point of data, first read the file, and then build TIN triangulation)
    2020-06-29 02:20:01下载
    积分:1
  • glonassPpvt
    说明:  GLONASS单点定位程序,可以根据卫星星历解算地面点坐标。(According GLONASS ephemeris files, calculate GLONASS satellite coordinates.)
    2011-03-09 17:53:13下载
    积分:1
  • B18
    E:Visual_C__MFC扩展编程实例 例18 动态地抓取应用程序的屏幕图像并将其打印。 上一个实例打印的是文档的报表,而不是当前出现在屏幕上的内容。在本例中,将实现 屏幕抓取并打印其内容。M F C 为打印视提供了有限的支持, 但只要用M F C 在 C Vi e w : : O n D r a w ( )中所提供的设备环境,就可以绘制自己的视。在打印视的时候, M F C只需调 用具备打印机设备环境的O n D r a w ( )函数即可。但是,如果不绘制自己的视,例如,用一个或 者一个以上的控件窗口填充自己的视就不会打印任何东西。每个控件将使用自己的设备环境 将自己打印到屏幕,因此打印视的唯一途径就是抓取屏幕(拷贝其内容到一个位图对象)并将其 打印到打印机。由于该功能整个与位图相关,因此将该功能封装到了位图类中。(E : Visual_C__MFC expand programming examples cases 18 crawls dynamic application's screen images and their Print. Print example, a document is a statement, rather than the current appeared on the screen content. In this case, to achieve the screen crawls and print its contents. M F C Print, as provided limited support, but as long as M F C in C Vi e w : : O r a n D. w (), which provided the equipment environment, we can draw our own consideration. In Print, as when M F C only with the printer device called the environment O D r a n w () function can be. However, if we do not draw their attention, for example, or one with a control over their windows filled as it will not print anything. Controls will use their own equipment to their environment to Print Screen, Therefore, as Print i)
    2007-05-19 19:40:37下载
    积分:1
  • renshikaoqinguanlixitong
    用MFC和SQL200开发的人事考勤管理系统,ADO链接数据库,有源代码和说明文件(With the MFC and SQL200 development of personnel time and attendance management system, ADO link database, source code and documentation)
    2013-04-25 20:06:37下载
    积分:1
  • 17_ADS8509
    用STM32写的ADS8509的驱动,究竟调试完全通过。(Written with STM32 ADS8509 driver)
    2020-11-01 10:39:54下载
    积分:1
  • Skin5.0
    说明:  skin5.0 界面库,很不错的皮肤类,简单的一句代码就可以让你的程序更换皮肤(skin5.0 interface library, it is a good skin type, a simple code can make your skin replacement procedures)
    2009-07-30 20:07:24下载
    积分:1
  • Encryption
    本文介绍利用注册码(序列号)软件加密方法,该方法可实现一机一个流册码,解密难度大(this document introduce how to protect your software by encrypt the application)
    2014-02-12 22:51:54下载
    积分:1
  • ImageMatch
    用visual C++开发的图像匹配与处理系统,包括图像处理与图像匹配算法,NCC,梯度强度相关,互信息匹配等(With visual C++ development of image matching and processing systems, including image processing and image matching algorithm, NCC, gradient strength related mutual information matching)
    2014-06-02 21:24:17下载
    积分:1
  • DiskDataSecurityTechnologyAndProgrammingExamples
    书籍《磁盘数据安全技术与编程实例》-郑平泰-源代码(Books 《disk data security technology and programming examples》 - Zheng Ping-tai- the source code)
    2009-03-19 12:43:18下载
    积分:1
  • cd
    说明:  <最优化及matlab的应用>课后题的编程(Most optimized operating)
    2013-10-20 07:46:40下载
    积分:1
  • 696516资源总数
  • 106475会员总数
  • 7今日下载