-
使用OPENGL C++做的显示程序,使用SKYBOX,HEIGHTMAP 技术
使用OPENGL C++做的显示程序,使用SKYBOX,HEIGHTMAP 技术-Use OPENGL C++做striped cavity显most序Use , SKYBOX, HEIGHTMAP summarized术
- 2023-01-19 11:45:04下载
- 积分:1
-
This is my Robotics project, the code is implemented on a robot and the robot is...
This my Robotics project, the code is implemented on a robot and the robot is searching the room for a pre-defined color, and takes the object to the home station (pre-defined by a different color.
Really cool! enjoy.-This is my Robotics project, the code is implemented on a robot and the robot is searching the room for a pre-defined color, and takes the object to the home station (pre-defined by a different color.
Really cool! enjoy.
- 2022-01-25 23:37:06下载
- 积分:1
-
读入bmp文件并用来生成三维环境,鼠标控制游弋
读入bmp文件并用来生成三维环境,鼠标控制游弋-read bmp file and used to generate 3D environment, mouse cruise control
- 2022-01-24 15:31:27下载
- 积分:1
-
of a demonstration program
openGL的一个演示程序-of a demonstration program
- 2022-07-02 23:26:33下载
- 积分:1
-
简单的OpenGL仿真程序,vc实现,实用,需要的同志可以借鉴
简单的OpenGL仿真程序,vc实现,实用,需要的同志可以借鉴-simple OpenGL simulation program, vc realization and practical needs can learn from Comrade
- 2022-03-02 08:59:33下载
- 积分:1
-
利用vc++和openGL开发的billboard效果的燃烧着的火焰。
利用vc++和openGL开发的billboard效果的燃烧着的火焰。
- 2022-05-13 12:16:00下载
- 积分:1
-
利用纹理贴图制作的太阳光晕的效果,同时考虑了遮挡算法,对于学习opengl中的纹理,光照等相关知识的人有很大的帮助...
利用纹理贴图制作的太阳光晕的效果,同时考虑了遮挡算法,对于学习opengl中的纹理,光照等相关知识的人有很大的帮助-The use of texture mapping produced by the solar flare effect, taking the block algorithm, for learning opengl in texture, light and other related knowledge has a great help
- 2022-04-01 15:34:54下载
- 积分:1
-
char * classname = ";OpenGL ";char * windowna我= ";色环OpenGL…
char *className = "OPENGL"
char *windowName = "OPENGL彩色圆环编程示例"
int winX = 0, winY = 0
int winWidth =300, winHeight = 300 -char* className = "OpenGL" char* windowNa me = "Color Ring OpenGL Programming Example" int winX = 0, winY = 0 int winWidth = 300, 300 = winHeight
- 2022-07-25 05:00:59下载
- 积分:1
-
sph流体仿真
项目是光滑粒子动力学(SPH)流体模拟研究 - 本质上模拟流体,成千上万的小颗粒,该方法的基本思想是将连续的流体(或固体)用相互作用的质点组来描述,各个物质点上承载各种物理量,包括质量、速度等,通过求解质点组的动力学方程和跟踪每个质点的运动轨道,求得整个系统的力学行为用C++与OpenGL的。
- 2022-05-20 16:38:47下载
- 积分:1
-
vtk slice 三维取切片
在三维图像中用vtkslice 取切片,通常使用一个表面剪切一个数据集,并显示剪切后的结果值,我们称这种技术为数据剪切,数据剪切需要两方面的信息:被剪切的数据集和剪切面,剪切面一般是使用隐函数定义,一般的应用使用一个平面对数据集进行切片,然后使用颜色映射或矢量可视化的方法显示剪切结果。隐函数的一个特性是可以将一个空间位置点转换成一个标量值,我们可以将这个特性与等值面算法相结合,生成剪切面,其基本思想是:对数据集的每个点或单元生成一个标量值,然后用等值面算法提取剪切范围值,生成剪切面。剪切算法的过程如下:对于组成单元的每个点,用隐函数F(x, y, z)计算其值,如果所有的点都为正值或负值,则剪切面不通过该单元,反之,剪切面通过该单元,利用隐函数F(x, y, z) = 0计算函数值为零的点所组成的面生成等值面,同时利用线性插值算法计算面的属性值。
- 2022-09-18 12:05:03下载
- 积分:1