https://github.com/bchao1/marching-cubes
Marching-cubes algorithm (beta).
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.1%) to scientific vocabulary
Repository
Marching-cubes algorithm (beta).
Basic Info
- Host: GitHub
- Owner: bchao1
- Language: Python
- Default Branch: master
- Size: 490 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Marching Cubes Algorithm
Use Marching Cubes to generate triangle mesh from implicit functions.
Implicit functions (in the 3-variable case): functions written in form f(x, y, z) = V. V is usually called the isosurface value.
|Marching cubes size|0.2|0.1|0.05|
|--|--|--|--|
|Rendered mesh|
|
|
|
|Number of faces|392|1616|6552|
|Number of vertices|728|2708|11236|
The mesh is rendered by the renderer I wrote.
Usage
See main.py. Modify parameters as you wish. There are some implicit functions already defined in src/functions.py.
References
- Marching Cubes Algorithm
- Plotting 3D implicit fields with Python
- Catmull-Clark Subdivision is an algorithm to smooth the surfaces of a polygon mesh
Owner
- Name: Brian Chao
- Login: bchao1
- Kind: user
- Location: Stanford, California
- Company: Stanford University
- Website: https://bchao1.github.io
- Twitter: BrianCChao
- Repositories: 14
- Profile: https://github.com/bchao1
Stanford Ph.D. student. Research in computational photography, displays, and computer graphics. Open source enthusiast.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0