Skip to content

Commit 45201fc

Browse files
authored
Update USAGE.md - add images
1 parent b6ba8b3 commit 45201fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

USAGE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Some stats and buttons are only available when Nanite culling is performed on CP
2626

2727
## GUI
2828

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

3131
*"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.*
3232

@@ -70,7 +70,7 @@ Or `yarn build` for prod build.
7070

7171
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).
7272

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

0 commit comments

Comments
 (0)