WIP: Marching cubes #10

Draft
mars wants to merge 2 commits from marching-cubes into old
Owner

part of #9

  • remove surface timeout error spam
  • vertex-less marching cubes
  • metaballs example
  • add "sun" point light
  • replace custom Vec3 types with glam types
  • smart single-edge interpolation
  • find vertex normals using central difference
  • indices
  • smartly reuse edge vertices
  • support multiple domains
part of #9 - [x] remove surface timeout error spam - [x] vertex-less marching cubes - [x] metaballs example - [x] add "sun" point light - [ ] replace custom Vec3 types with glam types - [ ] smart single-edge interpolation - [ ] find vertex normals using central difference - [ ] indices - [ ] smartly reuse edge vertices - [ ] support multiple domains
mars added 1 commit 2022-03-08 05:48:28 +00:00
robotcritter added 1 commit 2022-03-08 06:26:34 +00:00
mars started working 2022-04-10 01:53:15 +00:00
mars stopped working 2022-04-10 01:53:19 +00:00
4s
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b marching-cubes old
git pull origin marching-cubes

Step 2:

Merge the changes and update on Forgejo.
git checkout old
git merge --no-ff marching-cubes
git push origin old
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Total Time Spent: 4 seconds
mars
4 seconds
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cyborg/cyborg#10
No description provided.