userDayaancancel
reporust_rebootcancel

131 Commits over 181 Days - 0.03cph!

Today
Merge from foliage_instancing
Today
Process foliage cells based on validation checks in collect job, error handling for failed gpu readback, and fix for baked foliage grid
Today
Add quality parameter for density falloff
Today
Turn off mip streaming on foliage textures
Today
Merge from main
Today
Switch back to heightmap
Yesterday
Merge from foliage_instancing
Yesterday
Fix culling edge case
Yesterday
Handle when camera is in cells that are still processing
2 Days Ago
Use coarse heightmap for better height placements, replace cell invalidation step with more robust coordinate tracking, and prune no longer needed graphics buffer flags
7 Days Ago
Merge from main
7 Days Ago
Merge from foliage_instancing
7 Days Ago
Remove unneeded buffer flag
7 Days Ago
Fix alignment issues with indirect args on different devices
9 Days Ago
Merge from foliage_instancing
9 Days Ago
Correct invalidation offset calculation error
10 Days Ago
Fix spawn issues by stopping invalidation while still computing cells
10 Days Ago
Merge from foliage_instancing
10 Days Ago
Clear placement list on destroy
10 Days Ago
Handle when no foliage placements are created
10 Days Ago
Merge from foliage_instancing
10 Days Ago
Add check for AsyncGPUReadback support
11 Days Ago
Merge from main
11 Days Ago
Fix on destroy issue with foliage grid
11 Days Ago
Merge from foliage_instancing
11 Days Ago
Remove unused variables
11 Days Ago
Also fix invalidate cell blocks step for negative coords
11 Days Ago
Fix compute cell block issues when using negative coords
14 Days Ago
Merge from foliage_instancing
14 Days Ago
Fix burst compile error, change position xz to floats to fix issues on larger maps
14 Days Ago
Merge from foliage_instancing
14 Days Ago
Fix compile issue, correct instanceID for vulkan
14 Days Ago
Merge from main
15 Days Ago
Put debug code behind conditionals, disable primitive rendering option, instancing now on by default, dispose all buffers on destroy, move buffers init to after all placements have been added to list, revert sections to main where possible, remove opt vertex macros and noise gen compute.
15 Days Ago
Merge from main
15 Days Ago
Fix possible inconsistent RNG placements, use minimum radius to avoid noticeable culling with shadows, increase cell plane test bias to compensate
16 Days Ago
Add vertex color to binned vertex data; fixing wind and displacement parameters
17 Days Ago
Track compute blocks instead of cells in wrapping grid update; fixes case where invalid cells were not being updated when moving in certain patterns, fix WrapIndex function for all cases
21 Days Ago
Use terrain normal map instead of deriving from the height map for better quality on steep edges, more accurate grass distance based cell count calculation
21 Days Ago
Recompute cells when texture mipmap limit is changed, fix underwater foliage by calculating min max heights in cells, and improve debug view.
22 Days Ago
Revert changes to terrain maps, fix inaccurate heights by setting ignoreMipmapLimit on heightmap
22 Days Ago
Track total possible instance count and recreate buffer if required
22 Days Ago
Merge from main
23 Days Ago
Change detail metallic map to better match the blend2x mode paradigm
23 Days Ago
Merge from main
23 Days Ago
Handle AsyncGPUReadback data in a job, remove unused grid class
25 Days Ago
More clean up, primitive rendering improvements using the vertex buffer instead of a structured buffer, fix issue incorrectly limiting wrapping grid, error when placement counts don't match, integrate with Jungle biome, compare triangle counts when binning meshes to avoid false positives, better toggling between instancing for performance comparisons.
31 Days Ago
Fix corrupted file
31 Days Ago
Primitive indexed indirect render implementation for single material
34 Days Ago
Add y-axis fade controls to foliage billboard shader