-
OpenGL Programming Guide
(Addison
OpenGL Programming Guide
(Addison-Wesley Publishing Company)
Second Edition
- 2022-03-10 06:40:48下载
- 积分:1
-
vtk slice 三维取切片
在三维图像中用vtkslice 取切片,通常使用一个表面剪切一个数据集,并显示剪切后的结果值,我们称这种技术为数据剪切,数据剪切需要两方面的信息:被剪切的数据集和剪切面,剪切面一般是使用隐函数定义,一般的应用使用一个平面对数据集进行切片,然后使用颜色映射或矢量可视化的方法显示剪切结果。隐函数的一个特性是可以将一个空间位置点转换成一个标量值,我们可以将这个特性与等值面算法相结合,生成剪切面,其基本思想是:对数据集的每个点或单元生成一个标量值,然后用等值面算法提取剪切范围值,生成剪切面。剪切算法的过程如下:对于组成单元的每个点,用隐函数F(x, y, z)计算其值,如果所有的点都为正值或负值,则剪切面不通过该单元,反之,剪切面通过该单元,利用隐函数F(x, y, z) = 0计算函数值为零的点所组成的面生成等值面,同时利用线性插值算法计算面的属性值。
- 2022-09-18 12:05:03下载
- 积分:1
-
用c++画的茶壶(teapot),与计算机图形学OpenGL库
用c++画的茶壶(teapot),与计算机图形学OpenGL库-Using c++ painted teapot
- 2022-04-08 04:32:09下载
- 积分:1
-
OPENgl mapping using Multi
利用OPENgl绘制多视图-OPENgl mapping using Multi-View
- 2023-07-05 13:10:03下载
- 积分:1
-
The use of C language constructs a OpenGL program can display the source code, t...
使用C语言构造一个可以显示OpenGL程序的源代码,基本属于框架类别,如需使用则要编写相应的实现代码。基于多文档的源码。-The use of C language constructs a OpenGL program can display the source code, the basic framework of the categories are for the use of will realize the preparation of the corresponding code. Based on Multi-source documents.
- 2022-08-15 09:08:59下载
- 积分:1
-
使用OpenGL制作的一三
一个利用OpenGL制作的三维动画,很具有逼真感。-Use OpenGL produced a three-dimensional animation, it has a realistic sense.
- 2022-04-23 05:19:05下载
- 积分:1
-
This is a demo of a bitmap font that uses OpenGL and is written in C++. It requi...
This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com. There s a demo at http://www.coolgroups.com/font/.
-This is a demo of a bitmap font that uses OpenGL and is written in C++. It requires the gd library from boutell.com. There s a demo at http://www.coolgroups.com/font/.
- 2022-05-21 13:13:51下载
- 积分:1
-
opengl游戏编程 书中实例的第6章代码
opengl游戏编程 书中实例的第6章代码-opengl game programming book, the code examples in Chapter 6
- 2022-02-02 11:08:48下载
- 积分:1
-
建立一个MFC control_part2.zip OpenGL
Setting Up OpenGL in an MFC Control_Part2.zip
- 2022-06-30 10:24:58下载
- 积分:1
-
这是一个简单演示的图形算法
这是一个简单的图形学算法的演示-This is a simple demonstration of the graphics algorithm
- 2022-06-18 03:51:41下载
- 积分:1