-
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
-
VC+Opengl做的水波效果演示,需cg库
VC+Opengl做的水波效果演示,需cg库-VC Opengl does the wave effect demonstration, needs the cg
storehouse
- 2022-11-04 04:40:03下载
- 积分:1
-
物流模拟软件(opengl)
对现实进行简单抽象,使用floyd算法和蚁群算法相结合对单仓库多配送目标的配送路线进行计算最短时间和最短路程,采用opengl绘制三维场景及车辆,模拟车辆运行,实现三维的物流配送模拟
- 2022-09-13 21:40:04下载
- 积分:1
-
机器人简单的手臂
//assignment1.cpp:定义控制台应用程序的入口点。//#include";stdafx.h";#include#include#include#include#include";supportClass.h";include";Mesh.h";include";printmatrix.h";使用命名空间std;
- 2022-03-09 11:34:56下载
- 积分:1
-
nehe的碰撞检测的源码,写的非常好
nehe的碰撞检测的源码,写的非常好-Collision Detection source code, written in a very good
- 2022-05-23 13:12:18下载
- 积分:1
-
该程序是在OpenGL在完成绘制2维图画。
该程序是在OpenGL在完成绘制2维图画。-2D
- 2022-02-10 06:01:35下载
- 积分:1
-
纹理的OpenGL程序的例子
Examples Textures of opengl program
- 2022-01-25 23:26:12下载
- 积分:1
-
本程序是基于vc的opengl编程,重点开发了对三维物体局部放大,并且通过多视图显示的功能,有一定的参考价值。...
本程序是基于vc的opengl编程,重点开发了对三维物体局部放大,并且通过多视图显示的功能,有一定的参考价值。-this program is based on the opengl vc programming, focusing on the development of three-dimensional objects partial amplification, and through multi-view show that the function is a certain reference value.
- 2022-01-25 23:16:56下载
- 积分:1
-
又一个互动机械臂OpenGL,Visual C++,通过鼠标中键实现功能,例如原地旋转机械臂, 弯曲机械臂...
又一个互动机械臂OpenGL,Visual C++,通过鼠标中键实现功能,例如原地旋转机械臂, 弯曲机械臂-also an interactive manipulator OpenGL, Visual C, the middle mouse button function and For example, in situ rotary manipulator, bending manipulator
- 2022-03-19 08:47:47下载
- 积分:1
-
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制...
使用OpenGL实现一个2D二维图形绘制控件(解决GDI过慢问题)源代码:此前作者正忙于一个项目,需要绘制很多的二维图形。开始想着使用GDI,不过GDI对于绘制很多的图像来说实在是太慢了,所以,一个解决办法是:使用OpenGL实现一个能够绘制二维图形的用户控件。-Realize the use of OpenGL graphics rendering of a 2D two-dimensional control (GDI too slow to solve the problem) the source code: after the author is busy with a project needs a lot of two-dimensional graphics rendering. Started thinking about the use of GDI, but a lot of GDI for rendering the image is really is too slow, so a solution is: the use of OpenGL to achieve a two-dimensional graphics rendering user controls.
- 2022-09-27 23:45:03下载
- 积分:1