Skip to content

Commit

Permalink
Deploying to gh-pages from @ aa492b6 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Oct 11, 2024
1 parent 9365077 commit ac6f5f3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
12 changes: 12 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,17 @@ var instancedCube = {
],
};

var marchingCubes = {
name: 'Marching Cubes',
description: `This example demonstrates how to dynamically generate procedural meshes using a signed distance field and a multi-pass marching cubes algorithm on the GPU.

Source at <https://github.com/tcoppex/webgpu-marchingcubes>
`,
filename: "sample/marchingCubes",
url: 'https://tcoppex.github.io/webgpu-marchingcubes/',
sources: [],
};

var metaballs = {
name: 'Metaballs',
description: `This example shows an implementation of metaballs with WebGPU.
Expand Down Expand Up @@ -717,6 +728,7 @@ const pageCategories = [
pristineGrid,
clusteredShading,
spookyball,
marchingCubes,
},
},
// Samples whose primary purpose is to benchmark WebGPU performance.
Expand Down
Loading

0 comments on commit ac6f5f3

Please sign in to comment.