-
This demo implements the marching cubes algorithm for constructing a polygonal m...
This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2 / ((ball.x - x)2 + (ball.y - y)2 + (ball.z - z)2) for all balls. The surface is defined to be where the sum is one.-This demo implements the marching cubes algorithm for constructing a polygonal model from an isosurface. The isosurface chosen here is a classical metaballs setup. Metaballs are isosurface chosen here is a classical metaballs setup. Metaballs are defined by field function that s the sum of R2/((ball.x- x)2+ (ball.y- y)2+ (ball.z- z)2) for all balls. The surface is defined to be where the sum is one.
- 2022-03-03 15:18:22下载
- 积分:1
-
运用Opengl和C实现一个人体面部的三维显示
运用Opengl和C实现一个人体面部的三维显示-Opengl and C use a human face to achieve the 3-D display
- 2022-11-20 13:05:03下载
- 积分:1
-
3D编程 用opengl编程时的最近本框架,适合刚学图形变成的人学习,有助于理解编成原理...
3D编程 用opengl编程时的最近本框架,适合刚学图形变成的人学习,有助于理解编成原理-3D programming using opengl programming at the last of this framework, just learning to fit into graphics learning from the people, help understanding into Principle
- 2022-06-29 02:41:11下载
- 积分:1
-
opengl渲染地球的程序
本程序为用基本opengl渲染地球,光照已写好,但地球表面还没有贴纹理,可贴上地球的纹理。
- 2022-03-03 20:09:01下载
- 积分:1
-
学术论文;基于OpenGL实现虚拟校园漫游系统
学术论文;基于OpenGL实现虚拟校园漫游系统-Theses OpenGL-based virtual campus roaming system
- 2022-07-11 11:26:40下载
- 积分:1
-
移动鼠标路径对象
这个项目在 OpenGL 中使用 c 编程语言有了它是一项方案,根据鼠标的移动,像如果有人想按他的说法的路径一样复杂,因为它可能是,他使路径使用鼠标行为。现在小物体的移动量依据由用户创建的路径。创建的路径可能复杂,您可以绘制它正确地使用鼠标和方案运行后鼠标路径。它是一个简单的方案,你知道 OpenGL 的它,但如果你没有,那么它就是有点小难度。也可以在 github 帐户具有下面的链接找到代码:
https://github.com/obedullah/OpenGL
- 2022-02-27 02:12:00下载
- 积分:1
-
Setting Up Direct3D In A D
在D中设置Direct3D
- 2022-01-25 16:01:09下载
- 积分:1
-
nehe的opengl教程第44课,nehe的教程十分出名,是初学者必备
nehe的opengl教程第44课,nehe的教程十分出名,是初学者必备-opengl tutorial nehe of the 44th Division, nehe the tutorial is very well known, is essential for beginners
- 2022-11-01 09:55:03下载
- 积分:1
-
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手...
这是OPENGL超级宝典一书的随书光盘,里面涵盖了大部分基于MFC下OPENGL函数库操作的例子,是精通OPENGL编程大好帮手-This is a treasury of a Super OpenGL the CD with the book, they cover most of OpenGL-based MFC library operation example, is well versed in OpenGL programming excellent helper
- 2022-05-26 06:18:35下载
- 积分:1
-
基于MFC读取obj文件
这是一个基于MFC和opengl的读取obj3d模型的程序,是visual studio 2010的工程。其中包含若干个obj模型,通过鼠标旋转模型,按住ctrl键可以减慢旋转的速度,通过鼠标滑轮可以对模型进行缩放。
- 2023-09-07 03:20:10下载
- 积分:1