-
nehe 的经典教程示例,是学习 opengl的好东东,用这个你就可以轻意搭起架子来使用了...
nehe 的经典教程示例,是学习 opengl的好东东,用这个你就可以轻意搭起架子来使用了-a good example to learn openGL included in nehe`s classical tutorial,you can construct your program frame with it easilly
- 2022-09-25 15:10:03下载
- 积分:1
-
学习OpenGL的文档。
学习OpenGL的文档。- Studies OpenGL the documents.
- 2023-08-03 17:05:03下载
- 积分:1
-
opengl 的问题
0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...0 代码 HTML 转换器是一个方便的工具,对于 web 开发人员,使您可以轻松地转换为常规 HTML 代码 ASP、 PHP、 Perl、 JSP 或 JavaScript。只是输入的 HTML 代码或加载 HTML 文件并选择输出格式-转换后的代码...
- 2023-01-24 18:40: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
-
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!
Delphi环境下使用OpenGL载入obj 3D模型,很不错的读取实例!-Delphi environment using OpenGL loading obj 3D model, it is a good example of the read!
- 2022-03-22 15:43:29下载
- 积分:1
-
opengl地图
一个用opengl实现的地图,可以展现贴图,纹理等等一些基本的opengl知识,适合初学者借鉴参考,代码比较完善,实现的函数比较详细,简单易懂。
- 2022-08-24 17:25:57下载
- 积分:1
-
用opengl作
用opengl作-for use opengl
- 2023-04-28 15:40:03下载
- 积分:1
-
用OPENGL编写,主要用有序抖动算法实现光强的有序变化....
用OPENGL编写,主要用有序抖动算法实现光强的有序变化.-prepared using OpenGL, mainly ordered dithering algorithm to achieve the orderly light intensity changes.
- 2023-08-06 18:10:03下载
- 积分:1
-
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子....
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子.-Setup a simple production and a source of 3deditor procedures, for beginners to learn and use quickly. Opengl and mfc which the development is also a good example.
- 2022-05-25 18:06:01下载
- 积分:1
-
The concept of particle effects is very simple. Particle effects can be used to...
The concept of particle effects is very simple. Particle effects can be used to simulate fire, fireworks, water fountains, snow, rain, explosions and many other things. The effects are created by creating a definite number of particles. Depending on the need for performance and realistic appearance, the number of particles can range from 50 to thousands. Each particle has its own location, size, velocity, color, life and image. The particle engine controls the particles and makes them react according to the rules of the particle .
- 2022-02-24 16:10:50下载
- 积分:1