userDayaancancel
reporust_rebootcancel

257 Commits over 365 Days - 0.03cph!

2 Months Ago
Instanced terrain cell renderer setup
2 Months Ago
Merge from foliage_instancing
2 Months Ago
Create separate materials for foliage placements/instancing
2 Months Ago
Merge from main
2 Months Ago
Merge from foliage_displacement_improvements
2 Months Ago
Merge from main
2 Months Ago
Merge from main
2 Months 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.
3 Months 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
3 Months Ago
Implement wrapping displacement map and multi viewport rendering in SpecialPurposeCamera
3 Months Ago
Fix wrong blendmode for new displacement clearing
3 Months Ago
Merge from main
3 Months 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.
3 Months Ago
Instanced snow tiles based on terrain maps with simple displacement
3 Months 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
3 Months Ago
Remove unused baker prefab
3 Months Ago
Editor GUI tidy up
3 Months Ago
Merge from foliage_transmission_shadowing
3 Months Ago
Merge from main
3 Months Ago
▉█▊▍▌ ▆▍▋▆ ▌▆▄▉▍▌▆_▇▇▌▄▇▄▍_▅▌▊
3 Months Ago
▄▅▍▋▇▇ █▆▅██ ▇▌▇▅▊▍▋ ▌▊▆▌▋ ▋▋ ▄▍▌▍ ▇▆ ▆▉▊ ▄▌▆▌█▋▋ ▇▊▋▍█
3 Months Ago
Foliage rebake (encoding fix)
3 Months Ago
Fix encoding issue, remove no longer used shaderglobal
3 Months Ago
Re-encode foliage asset data
3 Months Ago
Handle vertex compression by encoding unorms into compatible bits, and baker now handles rebakes better
3 Months Ago
Don't pack data to be compatible with vertex compression
3 Months Ago
Reduce material SHDO intensity
3 Months Ago
Merge from main
3 Months Ago
Foliage assets rebake
3 Months Ago
Trim shader options
3 Months Ago
Replace old SHDO shader options, set keyword dynamically during bake
3 Months Ago
bake revert
3 Months Ago
Merge from main
3 Months Ago
3 Months Ago
Merge from main
3 Months Ago
Use SetTextureEx, handle camera struct better
3 Months Ago
Merge from main
3 Months Ago
Use selectable texcoords to fix vertex stream issues in build
3 Months Ago
Render foliage in editor option, reset foliage terrain when leaving tutorial
3 Months Ago
Remove some baked grass left over
4 Months Ago
Remove debug code
4 Months Ago
Alow greater SHDO intensity values, bring fade distance a little closer
4 Months Ago
Merge from main
4 Months Ago
Get foliage instancing working with tutorial by pushing terrain specific map data instead of using singleton, moved foliage cell height map sampling from CPU to GPU for compatibility with additional terrains, attach required tutorial terrain texture maps to material for use, and now store terrain position and scale on meshroot.
4 Months Ago
Merge from main
4 Months Ago
Improve foliage SHDO debug options, fix compile issue, fix shader keyword setting batch function
4 Months Ago
Foliage assets rebake
4 Months Ago
Dithering on SHDO, now can set keywords on materials through baker editor, improve editor layout
4 Months Ago
Push editor script
4 Months Ago
Merge from main