-
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-02-20 16:32:39下载
- 积分:1
-
VC6.0 used to create a Bezier curve drawing, the initial application
使用VC6.0创建一个绘制Bezier曲线的工程,初级应用-VC6.0 used to create a Bezier curve drawing, the initial application
- 2022-01-24 09:58:21下载
- 积分:1
-
很不错的球面程序哦,用图形学编的,真的不错
很不错的球面程序哦,用图形学编的,真的不错-very good spherical procedures Oh, and graphics addendum to the really good
- 2023-07-14 16:40:03下载
- 积分:1
-
通过利用OpenGL实现规则运动的物体,在这种情况下…
通过利用OpenGL来实现一个物体的规则运动,本例是让一小球实现正弦曲线的运动。-Through the use of OpenGL to achieve a regular motion of an object, in this case is to make a sine wave curve the ball movement.
- 2022-05-25 06:04:08下载
- 积分: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
-
粒子系统的一段水特效,大家可以一起来评价一下
粒子系统的一段水特效,大家可以一起来评价一下-Particle system special effects for some water, we can work together to assess the
- 2022-02-26 20:32:47下载
- 积分:1
-
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。...
一本关于基于MFC环境编程的OpenGL书籍,对于那些需要用MFC来进行OpenGL编程的人应该有些帮助。-MFC about an environment based on OpenGL programming books, for those who need to use MFC to OpenGL programming that some people should assist.
- 2022-08-20 23:41:38下载
- 积分:1
-
矩形绘图
它是一个非常好的矩形绘图程序。
在此程序中,我用了一些 OpenGl 例程,我也有一些 OpenGL 库因为仅在包含这些库时,可以运行这些图形程序。
它是对 dram 一个完美的矩形短的程序。
它绘制矩形没有任何错误。
- 2022-02-22 03:33:07下载
- 积分:1
-
利用Opencv库编写的简单3D界面
资源描述 本程序利用Opencv库中的API函数来绘制界面。此界面有3D效果。比较适合初学者学习如何利用OpenCV进行界面开发。程序在windows下进行了测试,完全可以正常运行。欢迎学习Opencv的初学者进行下载,并改进和增加新的功能。
- 2022-10-05 15:35:03下载
- 积分:1
-
This application not only demonstrates the basics of using the Microsoft Foundat...
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
- 2023-05-25 10:55:02下载
- 积分:1