-
Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值...
Visual C++ 高级编程技术OpenGL篇 》程序源代码特别有一个三维图象打开,保存,压缩,绘制的源码很有价值-Visual C programming OpenGL chapter "source code with a special three-dimensional images open, preservation, compression, rendering the source of great value
- 2022-03-19 03:28:29下载
- 积分:1
-
PowerVR OpenGL ES的三角显示,学习如何使用PowerVR显示三角
应用背景这是一个例子,如何使用PowerVR和OpenGL ES显示三维图形环境的三角形,它是强大的环境,支持多平台和发展提供了机会,为机器人和iOS和桌面应用程序,在该实例中你将看到如何编写着色器,相机和其他工具来建立你的场景的PowerVR关键技术在这个应用程序中使用的技术是C + +编程语言除了OpenGL我支持PowerVR库使其跨平台的图书馆图书馆,和IDE开发这个例子里面是VC2008,所以你需要:VC2008和PowerVR图书馆和你将准备开始。更多信息可以访问Imagination PowerVR网站和通过教程一步一步
- 2022-07-19 16:48:31下载
- 积分:1
-
这是一个简单演示的图形算法
这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
- 2022-06-18 03:51:41下载
- 积分:1
-
OpenGL Programming and Advanced Visualization System (Advanced Programming Part...
OpenGL高级编程与可视化系统开发(高级编程篇)-15-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1)-15
- 2022-01-31 07:50:36下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-07-10 02:44:39下载
- 积分:1
-
DDA 算法的实现
数字微分分析器或只是简略的 DDA 直线绘制算法是用于光栅图形设备中绘制线条。在这种算法,在行的开始和结束位置已提供。
中介像素位置将在起始点和结束点之间的时间间隔的变量线性内插法计算。该算法如下所示:
让开始和结束点线的是 (x 1,y1) 和 (x2,y2),分别。所以坡、 m = (y2-y1)/(x2-x1)。根据 m 和该象限的 (x,y) 的值属于,中介像素职位要计算如下:
职位要计算如下:
象限
m < = 1
m > 1
第一次
x = x + 1
y = y + m
x = x + 1/m
y = y + 1
第二次
x = x 1
y = y + m
- 2022-08-10 08:17:23下载
- 积分:1
-
openGL读obj文件构建三维模型
资源描述
openGL读取obj文件构建三维模型:
1) 使用半边结构(half edge data structure)读入一个三维网格模型,并在屏幕上显示;
2) 支持仅显示网格效果,仅显示顶点效果(自己设定顶点颜色),仅显示三角面效果(自己设定面颜色)以及同时显示面和边的效果;
3) 要读入的模型见附件“eight.uniform.obj”;
4) 四种显示方式参考效果见附件“模型显示.png”。
- 2023-08-09 17:00:06下载
- 积分:1
-
opengl开发的游泳池的制作程序,包括演示程序,和开发源代码,是cg游戏爱好者的学习好材料...
opengl开发的游泳池的制作程序,包括演示程序,和开发源代码,是cg游戏爱好者的学习好材料-opengl development of swimming the production process, including a demonstration procedures, and open source, is cg game enthusiasts to study materials
- 2022-01-26 05:45:05下载
- 积分:1
-
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。...
基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
- 2022-08-10 19:34:44下载
- 积分:1
-
超好评,OpenGL中文教程,愿它对OpenGL感兴趣的朋友有一定的帮助...
超好评,OpenGL中文教程,愿它对OpenGL感兴趣的朋友有一定的帮助-Super-well, OpenGL tutorials in Chinese and would like a friend interested in OpenGL it will certainly help
- 2022-02-22 09:19:44下载
- 积分:1