-
" OpenGL Game Programming Design" book matching source.
《OpenGL游戏程序设计》这本书的配套源码。-" OpenGL Game Programming Design" book matching source.
- 2022-05-14 16:37: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
-
图像三角网格化和重建
这是一个按照别人论文里的图像三角网格化和 重建算法,自己动手写的代码,有注释,调试能够运行成功,对于计算机图形学的人来说是一个好的学习例子。
- 2022-07-10 17:06:28下载
- 积分:1
-
Opengl的缩放程序,实现真正的三维矩形缩放
Opengl的缩放程序,实现真正的三维矩形缩放-Opengl the scaling process and achieve a three-dimensional rectangular zoom
- 2022-04-19 22:22:50下载
- 积分:1
-
Using vc++ to achieve a straight line generating algorithm, based on the slope i...
用vc++实现直线生成算法,根据斜率大于或小于1来确定从那个方向开始-Using vc++ to achieve a straight line generating algorithm, based on the slope is greater than or less than 1 to determine the direction from the beginning
- 2022-02-28 14:39:14下载
- 积分:1
-
由于在工作中需要结合浮动窗体实现OpenGL的多视图,用于得到三维实体的三视图观察效果,通过参考其它资料,设计了一个程序框架,在此基础之上大家可以根据自己的需要...
由于在工作中需要结合浮动窗体实现OpenGL的多视图,用于得到三维实体的三视图观察效果,通过参考其它资料,设计了一个程序框架,在此基础之上大家可以根据自己的需要进行扩充,实现需要的功能-due to the work necessary to integrate floating Creating Multi-View OpenGL for 3D entities to be three View observation results, by reference to other information, the design of a procedural framework on this basis we can according to their own needs for the expansion to achieve the necessary functions
- 2022-06-19 22:01:46下载
- 积分:1
-
OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2023-01-29 22:35:03下载
- 积分:1
-
OpenGL chain wave animation demo, based on the VC++ The opengl source code
OpenGl链波动画演示,基于VC++的opengl源代码-OpenGL chain wave animation demo, based on the VC++ The opengl source code
- 2022-03-04 09:37:55下载
- 积分:1
-
三位台球模拟程序。按left和right键可以左右移动视点。up和down上下移动视点。当瞄准球以后,按住鼠标右键可以向后拖动球杆,讲球打出去...
三位台球模拟程序。按left和right键可以左右移动视点。up和down上下移动视点。当瞄准球以后,按住鼠标右键可以向后拖动球杆,讲球打出去-three billiards simulation program. By the left and right keys can move around Perspective. Up and down up and down perspective. When aiming the ball, the right mouse button is pressed backward drag clubs, stresses struck out
- 2022-09-08 03:50:02下载
- 积分:1
-
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl
虚拟毛笔程序,模拟了墨水在宣纸上的扩散,opengl-procedures, simulating the ink on the paper, the proliferation opengl
- 2023-06-25 10:30:03下载
- 积分:1