-
关于雾效的演示教程,通过鼠标移动修改参数来显示不同效果...
关于雾效的演示教程,通过鼠标移动修改参数来显示不同效果-fog effect on the demonstration and guidance through mouse movement to amend the parameters to show different results
- 2022-10-30 13:15:04下载
- 积分:1
-
This procedure primarily by changing location, as I imitate animation effects, w...
本程序主要通过不断改变视口位置来模仿动画效果,同时介绍了在进行opengl绘图时所做的一些不可或缺的准备工作-This procedure primarily by changing location, as I imitate animation effects, while the introduction during the opengl drawing done some essential preparatory work
- 2022-01-26 00:40:54下载
- 积分:1
-
A detailed introduction OpenGL book
一本详细介绍OpenGL的书籍《OpenGL编程指南》-A detailed introduction OpenGL book
- 2022-07-24 15:23:18下载
- 积分:1
-
本文件是关于最大流的算法,特别是:
This file is about Max Flow , especially Dinic s algorithm-This file is about Max Flow , especially Dinic s algorithm....
- 2022-02-04 22:54:34下载
- 积分:1
-
OpenGL光影效果
这个是我开发的OpenGL动态光影效果,直接运行anim.exe.按eq旋转人物,上下左右调整视角,1切换全屏,2切换视角,iopjkl切换人物的不同动作.
- 2022-08-24 00:58:49下载
- 积分:1
-
opengl文档
opengl文档-opengl Documents
- 2022-12-07 10:25:06下载
- 积分:1
-
DIB components with high
用DIB部件打印具有高分辨率的OpenGL图像(-DIB components with high-resolution printing with the OpenGL images (
- 2023-02-05 01:05:04下载
- 积分:1
-
mainly for the use of the OpenGL detailed and informative for beginners is rare,...
主要是对OpenGL的使用的详细介绍,内容翔实,对于初学者是个难得的资料,本人会陆续上传系列代码,瑾请关注-mainly for the use of the OpenGL detailed and informative for beginners is rare, I will continue to upload a series of code, Jin invited attention!
- 2023-06-23 01:20:03下载
- 积分:1
-
一个实现了纹理贴图立体效果的opengl程序,在这个程序中你将开始学习如何实现纹理贴图,效果很不错!...
一个实现了纹理贴图立体效果的opengl程序,在这个程序中你将开始学习如何实现纹理贴图,效果很不错!-a texture map to achieve a three-dimensional effect of opengl procedures, In this process you will begin to learn how to achieve texture map, the effect is pretty good!
- 2023-04-08 23:25:03下载
- 积分:1
-
vtk slice 三维取切片
在三维图像中用vtkslice 取切片,通常使用一个表面剪切一个数据集,并显示剪切后的结果值,我们称这种技术为数据剪切,数据剪切需要两方面的信息:被剪切的数据集和剪切面,剪切面一般是使用隐函数定义,一般的应用使用一个平面对数据集进行切片,然后使用颜色映射或矢量可视化的方法显示剪切结果。隐函数的一个特性是可以将一个空间位置点转换成一个标量值,我们可以将这个特性与等值面算法相结合,生成剪切面,其基本思想是:对数据集的每个点或单元生成一个标量值,然后用等值面算法提取剪切范围值,生成剪切面。剪切算法的过程如下:对于组成单元的每个点,用隐函数F(x, y, z)计算其值,如果所有的点都为正值或负值,则剪切面不通过该单元,反之,剪切面通过该单元,利用隐函数F(x, y, z) = 0计算函数值为零的点所组成的面生成等值面,同时利用线性插值算法计算面的属性值。
- 2022-09-18 12:05:03下载
- 积分:1