-
校园场景漫游
校园场景漫游,是西安理工大学曲江校区三维场景漫游,采用简单的贴图建的图形,有校门、教学楼、宿舍、大学生活中心等,有天空盒。
- 2022-04-10 21:49:48下载
- 积分:1
-
opengl 画球 内有递归细分
首先要声明的是如果想运行上面的程序,在你的计算机上必须装有GLUT开发工具,并要将GLUT的头文件和库文件添加到你开发环境的头文件和库文件的目录中,并且让编译器能找到GLUT的动态连接库,即GLUT32.DLL。具体请参见GLUT的安装方法……
- 2022-04-18 17:07:24下载
- 积分:1
-
Qt实现360安全卫士9.2
Qt实现360安全卫士9.2(再度来袭) (源码下载)
用Qt做过一些软件,包括360安全卫士、音乐播放器、QQ、水印软件等。之前发了一版360源码,本着开源的精神供大家学习、交流,没想到被大量盗用(拿来主义——着实可怜)!在此期间,我曾反复思量应该抱着什么样的心态去对待——开源?闭源?凡事都有利弊之分,为了帮助更多和我一样曾经在Qt里挣扎的童鞋们,我选择了前者! 话虽如此,还是希望大家本着学习、交流的态度。无私的分享、交流是我的宗旨,欢迎留言、欢迎讨论、欢迎批评指正。
盗版:http://w
- 2022-12-21 10:00:09下载
- 积分:1
-
商业系统源码本书以OpenGL开发为核心,精心设计了36个实验。全书共分10章,既介绍了基本的图形学要素,包括2D图形和3D物体的绘制、坐标系变换、光照、材质、...
商业系统源码本书以OpenGL开发为核心,精心设计了36个实验。全书共分10章,既介绍了基本的图形学要素,包括2D图形和3D物体的绘制、坐标系变换、光照、材质、2D纹理、曲线和曲面等,又进一步引入利用OpenGL开发图形工程的各种技术,如复杂3D建模、音频系统、摄像机控制、粒子系统、人机交互技术等。
本书图文并茂、实例丰富,所有例程都是基于一个功能齐全的编程框架文件(5DG编程框架文件)开发的,代码有详细的中文注释,可读性很强。本书既可作为高校的图形学实验教材,也是学习OpenGL的理想参考书,适合具有C语言基础的读者使用。-business systems source book to OpenGL development as the core, a carefully designed experiment 36. The book is divided into 10 chapters, we introduced the basic graphics elements, including 2 D and 3 D graphic objects mapping, coordinate transformation, lighting, material quality, 2D texture, curves and surfaces. further development of the introduction of OpenGL graphics engineering technologies, such as complex 3 D modeling, audio system, Camera control, particle systems, human-computer interaction technology. The book illustrated examples of rich, All routines are based on a fully functional programming framework document (5DG programming framework document) development, code detailed Chinese translations, readabilit
- 2022-07-01 21:11:03下载
- 积分:1
-
c++ builder 图形图象处理(OpenGL编程)
含有源代码及所有工程文件...
c++ builder 图形图象处理(OpenGL编程)
含有源代码及所有工程文件-c builder graphic image processing (OpenGL Programming) contains all the source code and project documentation
- 2022-04-06 18:47:24下载
- 积分:1
-
opengl 2D Bitmap Texture Font例子
opengl 2D Bitmap Texture Font例子-opengl 2D Bitmap Font examples Texture
- 2022-06-01 01:55:23下载
- 积分: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 example, the rotation of the Earth
opengl例子,旋转的地球-opengl example, the rotation of the Earth
- 2022-12-19 13:20:03下载
- 积分:1
-
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库...
一个基于opengl的cad应用的好例子,可以学习如何将mfc 与opengl结合使用,需要opengl扩展库-a cad on opengl application of a good example, can learn how to mfc opengl combined with the need for expansion opengl
- 2022-01-24 18:56:39下载
- 积分:1
-
nehe的opengl教程第46课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第46课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 46th Division, nehe the tutorial is very well known, is essential for beginners
- 2022-10-04 09:25:03下载
- 积分:1