-
OpenGl实现的一个函数图像的显示软件,带有源代码.
OpenGl实现的一个函数图像的显示软件,带有源代码.-OpenGl achieve a function of the image display software, with source code.
- 2022-08-23 14:10:48下载
- 积分:1
-
in VC using OpenGL series of the virtual reality plane. Objects can provide virt...
在VC下用OpenGL编的虚拟现实飞机。可以提供虚拟物体的方法。-in VC using OpenGL series of the virtual reality plane. Objects can provide virtual method.
- 2022-01-22 08:45:10下载
- 积分:1
-
Openinventor
应用背景完整的键盘响应程序,可以通过键盘来控制在Openinventor中的模型,了解Openinventor的控制原理关键技术该程序是在vc6.0和TGS Openinventor下编译的,所以看懂该程序除了要有一定的C++编程基础外,还应该懂得Openinventor
- 2023-06-27 19:25:04下载
- 积分:1
-
本程序是基于opengl的3d c++代码,所展示的是三维的下掉的方块.
本程序是基于opengl的3d c++代码,所展示的是三维的下掉的方块.-this program is based on the 3d opengl c code, which is the three-dimensional display of the swap under the sheet.
- 2022-01-22 12:31:45下载
- 积分: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
-
盒子中飞出气球
#include "stdafx.h"
#include "welcome.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainFrame
IMPLEMEN
- 2022-03-18 11:49:16下载
- 积分:1
-
opengl 实现机械手臂
用opengl实现机械手臂,参考opengl红宝书,主要难点在于矩阵堆栈的理解和使用
- 2022-03-06 18:12:40下载
- 积分:1
-
读取ply文件三角网格
涉及ply 文件的读取 及OpenGL中显示,三维图像主要是三维网格组成 面 线 点构成拓扑结构 本文件提供ply文件的读取 以便在openGL 或c++ 平台对文件进行处理
- 2022-04-15 23:58:27下载
- 积分:1
-
计算机图形学中最基本的图形例子
VC6.0+OpenGL环境的配置巨体的过程;编写对一个三角形分别实现平移、缩放、旋转等变化的源码及效果图,对每一行代码都有注释;画一个三角形三个顶点的颜色不同,且实现颜色的平滑过渡;用随机点实现三角形的绘制
- 2022-08-03 21:59:31下载
- 积分:1
-
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的...
周炜的nehe opengl全中文48章教程,最近网上不能下载,有喜欢的朋友可以一起分享,我会陆续把他的代码全部上载,再次感谢这位无私的朋友为我们提供的这么好的学习教材-Zhou Wei, the Chinese-language nehe opengl tutorial Chapter 48, the latest online Can not download, like to have friends can share, I will catch him all the code upload, once again thank the selfless friend to provide us with such a good learning materials
- 2022-03-09 19:30:08下载
- 积分:1