⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 marchingcube源代码
💻 TXT
字号:

this is not the final version of my implementation of the marching cubes algorithm,
it was hacked out of a larger project (written in C for "political" reasons, hence the C/C++ mix)
and simplified, but it is useful to demonstrate the algorithm and should be reasonably portable
(unix/vms/windows...).

to run it just type:

>testmarch

this will run it with default parameters (using skull.txt as source file),
it is also possible to run it with options such as:

>testmarch skull.txt skull.wrl 40

(40 being the isosurface we whant to visualize)
input must be of the form: <x size> <y size> <z size> data...
in a text file format, in this version data must be a list of integers between 0 and 255

the output is a VRML 1.0 file
(can be opened under windows with the "cosmoplayer" plugin for Netscape/Explorer)
http://www.karmanaut.com/cosmo/player/

	Marcus Hewat.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -