Closed schell closed 2 months ago
This adds a compute step to Stage::render that keeps out-of-view geometry (Renderlets) from being drawn.
Stage::render
Renderlet
Includes a demo app example-culling that shows the culling method/theory visually.
example-culling
The development notes are on the devlog at https://renderling.xyz/devlog/index.html#sat_sep_28_2024.
This adds a compute step to
Stage::render
that keeps out-of-view geometry (Renderlet
s) from being drawn.Includes a demo app
example-culling
that shows the culling method/theory visually.The development notes are on the devlog at https://renderling.xyz/devlog/index.html#sat_sep_28_2024.