-
vtk slice 三维取切片
在三维图像中用vtkslice 取切片,通常使用一个表面剪切一个数据集,并显示剪切后的结果值,我们称这种技术为数据剪切,数据剪切需要两方面的信息:被剪切的数据集和剪切面,剪切面一般是使用隐函数定义,一般的应用使用一个平面对数据集进行切片,然后使用颜色映射或矢量可视化的方法显示剪切结果。隐函数的一个特性是可以将一个空间位置点转换成一个标量值,我们可以将这个特性与等值面算法相结合,生成剪切面,其基本思想是:对数据集的每个点或单元生成一个标量值,然后用等值面算法提取剪切范围值,生成剪切面。剪切算法的过程如下:对于组成单元的每个点,用隐函数F(x, y, z)计算其值,如果所有的点都为正值或负值,则剪切面不通过该单元,反之,剪切面通过该单元,利用隐函数F(x, y, z) = 0计算函数值为零的点所组成的面生成等值面,同时利用线性插值算法计算面的属性值。
- 2022-09-18 12:05:03下载
- 积分:1
-
主要用于C++调用Opengl时的碰撞检测,内容很好,稍加修改便可以制作自己的虚拟场景...
主要用于C++调用Opengl时的碰撞检测,内容很好,稍加修改便可以制作自己的虚拟场景-Mainly used for C++ Call opengl at the time of collision detection, content very good, a little modification will be able to create their own virtual scene
- 2022-02-21 22:37:44下载
- 积分:1
-
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改...
三维物体的旋转以及缩放1)序利用粒子系统模拟烟火视觉效果.
2)点击工具栏三个按键分别可以发射黄色,红色,白色烟火.
3)点击程序下拉菜单下模式下可以改变烟火发射模式:
-Rotating three-dimensional objects, as well as zoom 1) sequence using particle system visual effects pyrotechnic simulation .2) Click the toolbar button, respectively, could be fired three yellow, red, white pyrotechnics .3) Click on the drop-down menu under the mode of procedure can be changed under the pyrotechnic launch mode :
- 2022-03-14 23:54:16下载
- 积分:1
-
学习OpenGL入门的经典教程,具体讲解了OpenGL的基本知识,包括类库,使用颜色,纹理等等,是不可多得的教材...
学习OpenGL入门的经典教程,具体讲解了OpenGL的基本知识,包括类库,使用颜色,纹理等等,是不可多得的教材-learning portal of the classic guide, specifically on the OpenGL basic knowledge, including the library, the use of color, texture, etc., is a rare material! !
- 2022-05-06 14:49:00下载
- 积分:1
-
实现三维图
achieve 3d graphes-achieve 3d graphes ... ... ...
- 2022-06-21 04:14:18下载
- 积分:1
-
CAD开发学习VC++中Opengl实现建筑物虚拟漫游(scad)
CAD开发学习VC++中Opengl实现建筑物虚拟漫游(scad)-CAD development learning VC++ Opengl realize the building virtual roaming (SCAD)
- 2022-05-21 07:24:15下载
- 积分:1
-
Use opengl to realize the simulation of ocean, the effect is very real
利用opengl来实现对海洋的模拟,效果很真实-Use opengl to realize the simulation of ocean, the effect is very real
- 2022-03-22 08:27:31下载
- 积分:1
-
基础知识关于opengl
基础知识关于opengl-basic knowledge on opengl
- 2022-01-26 00:32:21下载
- 积分:1
-
Create with opengl a sphere and rotat
Create with opengl a sphere and rotat
- 2022-12-25 23:15:03下载
- 积分:1
-
3d rotating space shuttle
三维旋转航天飞机
- 2022-08-10 09:54:09下载
- 积分:1