Skip to content

Commit

Permalink
Update USAGE.md - add images
Browse files Browse the repository at this point in the history
  • Loading branch information
Scthe authored Jul 15, 2024
1 parent b6ba8b3 commit 45201fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Some stats and buttons are only available when Nanite culling is performed on CP

## GUI

> IMAGE freeze-culling
![freeze-culling](https://github.com/user-attachments/assets/a3327cd0-bd97-48fc-8b9a-de8f01d3abbe)

*"Freeze culling" in action. The right side of the Jinx grid was frustum culled. The instances/meshlets in the middle were occlusion culled. You can see that even for the closest Jinx, only the torso was rendered. This is where the camera was located.*

Expand Down Expand Up @@ -70,7 +70,7 @@ Or `yarn build` for prod build.

Node.js does not support WebGPU. Deno does (since [version 1.39](https://deno.com/blog/v1.39), December 14, 2023 - 7 months ago). Internally, it uses Firefox's [wgpu](https://github.com/gfx-rs/wgpu).

1. Download the `.zip` file from [deno/releases](https://github.com/denoland/deno/releases/tag/v1.43.6).
1. Download the `.zip` file from [deno/releases](https://github.com/denoland/deno/releases).
2. Run unit tests:
1. `"<path-to-unzipped-deno>/deno.exe" task test`.
3. Render to `./output.png`:
Expand Down

0 comments on commit 45201fc

Please sign in to comment.