https://github.com/lettier/isosurface
Isosurface extraction using Marching Cubes and pure WebGL.
https://github.com/lettier/isosurface
bump-map bumpmap game-development gamedev graphics graphics-algorithms graphics-programming graphics-rendering isosurface isosurface-extraction javascript lighting-model marching-cubes marching-cubes-algorithm normal-mapping opengl phong-lighting shaders webgl webgl-programming
Last synced: 4 months ago
JSON representation
Isosurface extraction using Marching Cubes and pure WebGL.
- Host: GitHub
- URL: https://github.com/lettier/isosurface
- Owner: lettier
- Created: 2014-02-14T21:36:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-02-17T06:13:59.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T00:51:12.751Z (10 months ago)
- Topics: bump-map, bumpmap, game-development, gamedev, graphics, graphics-algorithms, graphics-programming, graphics-rendering, isosurface, isosurface-extraction, javascript, lighting-model, marching-cubes, marching-cubes-algorithm, normal-mapping, opengl, phong-lighting, shaders, webgl, webgl-programming
- Language: JavaScript
- Homepage: https://lettier.github.io/isosurface
- Size: 389 KB
- Stars: 69
- Watchers: 7
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Isosurface Extraction
Isosurface extraction using the Marching Cubes algorithm. Uses only pure WebGL.
Requires [glMatrix](https://github.com/toji/gl-matrix) and [dat.gui](https://github.com/dataarts/dat.gui).
(C) 2014 David Lettier
[lettier.com](http://www.lettier.com)