Skip to content

Commit

Permalink
Fix aout of bound issue, improve balls generation and movement, contr…
Browse files Browse the repository at this point in the history
…ol with keyboard and mouse.
  • Loading branch information
casensiom committed Nov 5, 2023
1 parent 05b0e7d commit 883bdb8
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 140 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Metaballs
![Thumbnail](./thumbnail.png)
![Thumbnail](./thumbnail.gif)

## Description

Expand All @@ -13,5 +13,5 @@ There are optimizations to be done.
- ~~Compute the edge values only once~~. A rudimentary cache system is included.
- ~~Add color~~. Added color per ball.
- ~~Add texture mapping~~. Generate and upload mesh to GPU, texture mapping is available.
- ~~Control~~. Added mouse and keyboard control.
- Clean code, separate voxel calculation and render code.
- Control, add mouse and keyboard control.
Loading

0 comments on commit 883bdb8

Please sign in to comment.