userDayaancancel

162 Commits over 242 Days - 0.03cph!

Today
Push editor script
Today
Merge from main
Today
Add editor for SH Baker, restructure for AO options, clean up redundant code, add SHDO debug option and intensity slider for foliage material, use a fixed distance and take min shadow for shadow fade/blending, use transmission channel bits for SHDO instead of AO channel.
5 Days Ago
Merge from main
5 Days Ago
Adjust shadow fade transition
5 Days Ago
Foliage assets bake
6 Days Ago
Merge from main
6 Days Ago
Use mips in SH baker to better emulate in game shadows, add mip and sampling options, improve shadow fade transition, fixed issue with multiple materials (again), add spawning method for all effected meshes for testing
11 Days Ago
▇▆█▊▋▉▇▋▍ ▍▆▅▋▇ ▉█▊▌▍▇▉▊█▍▌▊▋ ▇▄▉▄ ▉▊▇ ▇▍▅▅▄ ▇▆▆▍▋▄▇ ▆▊ ▍▊▋▉▌ █▇▋ ▌█▌▄▋▍▋█▌▊██ ▍▉▆█▋▊▄
11 Days Ago
▇▊▄▆ ▌▋█▋▋▅▋▉█ ▆▅▅▋▊ ▍▉▇▅ ▄▆▊█▄ ▅█▍▆▄▌▇▊ ▌▉▋▋▅▋▋
12 Days Ago
Fix SHDO baking with with muliple materials and when no material has been assigned. Add baking scene and baking prefab.
14 Days Ago
Optimise SH Baker into larger raycast batches, caching texture data, and SH occlusion sampling using parallel jobs. Handle cases where fbx does not have material assigned by searching local materials folder
15 Days Ago
Merge from main
15 Days Ago
Move SH calculations to vertex shader, use Unity shadow fade function for shadow to SHDO transition/blending, remove unneeded interpolators, fixed precision issue causing SHDO flickering when in shadow range.
18 Days Ago
Encode spherical harmonics directional occlusion (SHDO) into gbuffer for proper shadowing on direct lighting (directional light only), use alpha testing and multi hit backface raycasting in SH baker to better represent foliage shadowing, blend between shadows and SHDO when reaching max shadow range, and use TOD sun direction for SHDO calculation
27 Days Ago
Spherical harmonics baker (L0, L1) to store self shadowing data in foliage vertices
34 Days Ago
Upgrade fbx exporter for exposed export options API
35 Days Ago
Simple AO baker implementation
36 Days Ago
Capsule SDF setup for shadowing foliage out of shadow range
36 Days Ago
Decrease cell size, increase cells per compute
41 Days Ago
Fix error in toggling between instancing on/off
41 Days Ago
Merge from main
41 Days Ago
Set instancing convar to editor only, remove hardcode instancing on in tutorial island
42 Days Ago
Merge from foliage_instancing
43 Days Ago
Set placement population as structured buffer
43 Days Ago
Fix graphics buffer target flag for population compute, fix possible RNG issue, remove redundant texture samples in placement compute
43 Days Ago
Merge from foliage_instancing
43 Days Ago
Set constant for max refresh distance for now
44 Days Ago
Fix issue with max refresh value causing foliage to stop rendering at some locations/angles
47 Days Ago
Handle foliage grid in tutorial island
47 Days Ago
Merge from foliage_instancing
47 Days Ago
Process foliage cells based on validation checks in collect job, error handling for failed gpu readback, and fix for baked foliage grid
48 Days Ago
Add quality parameter for density falloff
48 Days Ago
Turn off mip streaming on foliage textures
48 Days Ago
Merge from main
48 Days Ago
Switch back to heightmap
48 Days Ago
Merge from foliage_instancing
48 Days Ago
Fix culling edge case
49 Days Ago
Handle when camera is in cells that are still processing
49 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
54 Days Ago
Merge from main
54 Days Ago
Merge from foliage_instancing
54 Days Ago
Remove unneeded buffer flag
54 Days Ago
Fix alignment issues with indirect args on different devices
56 Days Ago
Merge from foliage_instancing
56 Days Ago
Correct invalidation offset calculation error
56 Days Ago
Fix spawn issues by stopping invalidation while still computing cells
57 Days Ago
Merge from foliage_instancing
57 Days Ago
Clear placement list on destroy