-
NEHE中文教程+源码
NEHE中文教程+源码,opengl经典教程! 内有nehe原版sdk,它的网站上已经失效不能下载了,网上都找不到了,我找了很久,终于找到了,还有一些教程,还有教程里的的源代码
- 2023-06-14 03:36:03下载
- 积分:1
-
茶壶运动模拟
茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。茶壶运动模拟,有光照等信息。可以得到一个有光照信息的茶壶。随着鼠标的移动可以变换位置。
- 2023-01-10 22:10:04下载
- 积分:1
-
学校的OpenGL 3D游戏";是一系列的编程书籍。为必要的。
学OpenGL编3D游戏》是编程系列丛书之一。是以一个完整的3D游戏编写过程,进行程序设计的知识、技术教学。《学OpenGL编3D游戏》不同于传统的程序设计书籍,它重在游戏的实现方案。以一个完整的游戏为主线,用鱼骨方式讲解相关知识技术,力求可读性更好。-school OpenGL 3D games "is one of a series of books on programming. Based on a complete 3D game preparation, program design and the technology of teaching. "Learning series OpenGL 3D games" is different from the traditional program design books, it is important to the realization of the game program. For a complete game the main line, means fish on the bone-related knowledge and technology, strive to better readability.
- 2023-04-13 08:20:03下载
- 积分:1
-
对于程序的开发接口表面曲面拟合框架…
曲面拟合界面框架 用于曲面拟合程序的开发-Interface surface fitting framework for the development of procedures for surface fitting
- 2022-05-29 05:02:48下载
- 积分:1
-
OpenGL 三维地形漫游系统,提供源代码及详细注释
OpenGL 三维地形漫游系统,提供源代码及详细注释-OpenGL 3D terrain roaming system to provide source code and detailed Notes
- 2022-11-10 15:50:04下载
- 积分:1
-
openGL编程实例源代码,
包括各种常用的资源。
openGL编程实例源代码,
包括各种常用的资源。-openGL programming examples of source code, including all the resources used.
- 2022-08-15 19:12:13下载
- 积分:1
-
用OPenGL库,实现动态效果,该程式教了你怎么样使用OPENGL
用OPenGL库,实现动态效果,该程式教了你怎么样使用OPENGL-use OpenGL libraries, dynamic effects, the programs teach you how to use OpenGL kind
- 2022-03-09 23:24:53下载
- 积分:1
-
Simple OpenGL Classes GLSrc.zip
Simple OpenGL Classes GLSrc.zip
- 2023-01-09 21:10:04下载
- 积分:1
-
带纹理犹他壶
void reshape(int w, int h)
{
glViewport(0, 0, (GLsizei) w, (GLsizei) h);
glMatrixMode(GL_PROJECTION);
glLoadIdentity();
if (w
- 2022-02-25 16:32:19下载
- 积分:1
-
openGL实现的物体的布尔运算
资源描述
本实验主要利用OpenGL完成两个物体的加(或)、减(和)运算。
该实验利用二次曲面完成球、圆盘和圆锥的绘制。通过模板测试和深度测试来完成两个物体的加(或)、减(和)运算。设置菜单,并把右键和菜单相关联,来选择所要进行的操作。
- 2022-03-24 00:27:47下载
- 积分:1