userDayaancancel
reporust_rebootcancel

627 Commits over 669 Days - 0.04cph!

12 Months Ago
Clamp displacement radius, fix seemingly bugged alpha blend mode, bring back displacement decay using DstColor multiply
12 Months Ago
Use additive blend and alpha max for heights should solve height blending issues
12 Months Ago
Merge from main
12 Months Ago
Replace all displacement textures with shapes, switch off blending for now, use vertex position to sample displacement instead of instance pos (except of grass case), squash foliage towards centre relative to displacement vector, use quantized vertex colours to attenuate, and rework directional height for better blending.
1 Year Ago
Replace circle displace textures with radius, change displacement map to halfs (for now) to avoid precision issues when encoding, fix grass displacement issues with directional system, adjust blendmodes and use color mask to avoid blending height.
1 Year Ago
Merge from foliage_instancing (indirect instancing fix)
1 Year Ago
Merge from main
1 Year Ago
Make foliage instancing compatible with indirect instancing
1 Year Ago
Add HeightOffset to foliage placements, and force refresh in editor now recreates buffers for foliage instancing to allow for realtime placement adjustments
1 Year Ago
Merge from main
1 Year Ago
Change displacement map to linear, implement directional displacement, change displacement shader blends to handle encoded directional data, pass in terrain height params as shader globals, and sample displacement vectors attenuated by foliage wind vertex colours
1 Year Ago
Less hacky shoreline wetness fix using 2D distance instead
1 Year Ago
Fix terrain shadows, add vertex normal map sampling, use terrain heightmap instead of height slope map, change LOD slider into min/max slider for more control, and add convar for terrain renderer toggling.
1 Year Ago
Merge from main
1 Year Ago
Ocean shoreline wetness fix
1 Year Ago
Split dispatches per LOD, enable camera culling per cell, improve use of groupshared memory, enable renderer in editor, and add LOD distribution slider.
1 Year Ago
Merge from foliage_displacement_improvements
1 Year Ago
Merge from main
1 Year Ago
Adjust circle displacement output to make displacement animation less linear
1 Year Ago
Merge from main
1 Year Ago
Instanced terrain cell renderer setup
1 Year Ago
Merge from foliage_instancing
1 Year Ago
Create separate materials for foliage placements/instancing
1 Year Ago
Merge from main
1 Year Ago
Merge from foliage_displacement_improvements
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Improve time sliced render option (can prioritise area near player), only clear within viewport option, replace old shader constants, update shader constants only when needed, and update foliage prefabs with new clear material.
1 Year Ago
Snap displacement cam to map texel increments to avoid jittering issues Use flags for SpecialPurposeCamera for multiple render on refresh options Timesliced rendering option for multi viewport renders
1 Year Ago
Implement wrapping displacement map and multi viewport rendering in SpecialPurposeCamera
1 Year Ago
Fix wrong blendmode for new displacement clearing
1 Year Ago
Merge from main
1 Year Ago
Better snow blending with terrain, displacement effects colour, reworked displacement manager to allow for continuous displacement (trails instead of discrete steps), displacement rendering now wraps around the map through multiple viewports, and added snow footstep prefab.
1 Year Ago
Instanced snow tiles based on terrain maps with simple displacement
1 Year Ago
Extend SpecialPurposeCamera to optionally use material render pass instead of clear, and add new subtractive shader for displacement reduction over time instead of instantaneous
1 Year Ago
Remove unused baker prefab
1 Year Ago
Editor GUI tidy up
1 Year Ago
Merge from foliage_transmission_shadowing
1 Year Ago
Merge from main
1 Year Ago
▉█▊▍▌▆ ▍▋▆▌ ▆▄▉▍▌▆▇▇▌▄▇▄▍▅▌▊▌█▆
1 Year Ago
▄▅▍▋▇▇█ ▆▅██▇ ▌▇▅▊▍▋▌ ▊▆▌▋▋ ▋▄ ▍▌▍▇ ▆▆ ▉▊▄ ▌▆▌█▋▋▇ ▊▋▍█▌
1 Year Ago
Foliage rebake (encoding fix)
1 Year Ago
Fix encoding issue, remove no longer used shaderglobal
1 Year Ago
Re-encode foliage asset data
1 Year Ago
Handle vertex compression by encoding unorms into compatible bits, and baker now handles rebakes better
1 Year Ago
Don't pack data to be compatible with vertex compression
1 Year Ago
Reduce material SHDO intensity
1 Year Ago
Merge from main
1 Year Ago
Foliage assets rebake
1 Year Ago
Trim shader options