文件名称:MetaBalls
- 所属分类:
- OpenGL
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 787.93kb
- 下载次数:
- 0次
- 提 供 者:
- 王*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 180877metaballs.zip 列表 MetaBalls/ MetaBalls/Main.cpp MetaBalls/Main.h MetaBalls/Makefile MetaBalls/Metaballs.dsp MetaBalls/Metaballs.dsw MetaBalls/Metaballs.exe MetaBalls/shader.shd readme.txt Textures/ Textures/CubeMaps/ Textures/CubeMaps/Glacier2/ Textures/CubeMaps/Glacier2/negx.jpg Textures/CubeMaps/Glacier2/negy.jpg Textures/CubeMaps/Glacier2/negz.jpg Textures/CubeMaps/Glacier2/posx.jpg Textures/CubeMaps/Glacier2/posy.jpg Textures/CubeMaps/Glacier2/posz.jpg Textures/Fonts/ Textures/Fonts/Future.dds Textures/Fonts/Future.font