Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: swiftcoder/isosurface

Tags

0.1.0-alpha.0

Toggle 0.1.0-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from swiftcoder/0.1-alpha.0

Extended Marching Cubes and Dual Contouring

0.0.4

Toggle 0.0.4's commit message
Add marching cubes using linear hashed octrees.

Accompanying improvements:
- Refactors common code out of the base marching cubes implementation.
- Adds a 3 dimensional vector class to improve readability.
- Apply rustfmt to entire codebase.
- Main sample now can switch algorithms, shapes, and wireframe mode on the fly.
- Samples can now all be exited by pressing the ESC key.

0.0.3

Toggle 0.0.3's commit message
Add normal extraction support to marching cubes

Also hoist CentralDifference into the public API.

0.0.2

Toggle 0.0.2's commit message
Point cloud extraction and deferred rasterisation example

Also Factor some common code out of individual examples.

0.0.1

Toggle 0.0.1's commit message
Release 0.0.1