userDayaancancel
reporust_rebootcancel

332 Commits over 457 Days - 0.03cph!

4 Hours Ago
- Swap terrain convar lodFactor with lodGlobalScale - GlobalScale effects cell counts between each LOD level - Add LOD cell extent sliders for each individual LOD level - Simplify instance offsets calc - Adjust culling for new terrain cell sizes
Today
- Fix lod border cells, and negative cells - Change mesh master to only 3 submeshes - Change instance offsets and arguments for new approach
Yesterday
- Culling toggle in editor - Fix issues with cell offsets - Fix grid offsets with negatives - Change dispatch thread size
2 Days Ago
Split grid sideblocks to simplify thread to coords
3 Days Ago
Nested grid changes: - Add scale to instance data - Move rotation float2 to uint - Handle finding grid coords in nested grid with thread id - Find LOD using precomputed offsets instead of distances - Adjust grids by offset from LOD0 grid
12 Days Ago
Merge from main
14 Days Ago
Merge from sails_motion_vector_fix
14 Days Ago
Upgrade Standard-Wind shader to match Standard Use Standard-Wind for sails to fix motion vectors
15 Days Ago
Terrain renderer editor script
15 Days Ago
Add terrain testing scene
15 Days Ago
Add mesh spawn debug option
16 Days Ago
Change vertex density slider to int Switch to linear sampling where density is increased
16 Days Ago
Fix edge length calculation, alignment actually fixed
17 Days Ago
Align terrain vertices with texel corner to match unity
25 Days Ago
Merge from main
25 Days Ago
Move ConVars to terrain ConVars Add terrain renderer to WorldSetup Add terrain mesh culling toggle
29 Days Ago
Merge from main
29 Days Ago
Improve editor terrain view Snap render distance to cell to make bounds consistent FIx incorrect LOD borders at last LOD
31 Days Ago
Change position operations to integer coords to solve lod border issues with some terrain sizes Setup terrain renderer to run in editor for scene view and game view cameras
32 Days Ago
Make low res heightmap size dynamic to handle different terrain sizes
36 Days Ago
Fix foliage placement orientation on rotated islands
36 Days Ago
Add profiling marker to terrain render
39 Days Ago
Merge from main
39 Days Ago
Use min and max for coarse terrain height shadow culling and re-enabled camera and shadowing culling.
56 Days Ago
Add vertex density slider for terrain detail Fix grid position alignment issues with some cell sizes Editor recreates terrain buffers on inspector changes
58 Days Ago
Fix instance offsets, and LOD border calculations when using some LOD distance values Add debug validation toggle to system Handle terrain detail when using narrow FOVs by moving the centre point along the forward direction but clamped to the first LOD boundry
2 Months Ago
Fix render bounds flooring Fix corner LOD edge detection LODs are now seamless
2 Months Ago
Merge from editor_shader
2 Months Ago
Fix incorrect edgeFlags, rotation, and flipped border meshes
2 Months Ago
Add vertex colours toggle to editing UI
2 Months Ago
Vertex colours visual for edit mode
2 Months Ago
Merge from editor_shader
2 Months Ago
Set edit flag on ice material when opening/closing edit mode
2 Months Ago
Ice sculpture shader changes for edit mode
2 Months Ago
Add colour to instance data for debugging, wip rotation handling for seamless LOD borders
2 Months Ago
Fix cell mesh sizes at each LOD
2 Months Ago
Fix palm tree trunk displacement Fix wind attenuation issues with displacement causing jittering
2 Months Ago
Fix mesh create errors, change from vertCount to vertLOD index for choosing lowest LOD vertex count
2 Months Ago
Merge from main
2 Months Ago
Merge from mac_foliage_tearing_fix
2 Months Ago
Wrap indirect instancing in ifdef to prevent potential issues with default gpu instancing
2 Months Ago
Reduce vine material displacement strength
3 Months Ago
Fix tropical underwater overlay logic issue
3 Months Ago
Set tropical terrain material decal layers 0 & 1
3 Months Ago
Merge from tropical_shore
3 Months Ago
Adjust shore and underwater values
3 Months Ago
Merge from parent
3 Months Ago
Increase imposter render bounds to fix culling issues in deepsea
3 Months Ago
Fix tropical1 terrain size, and add earlier assert
3 Months Ago
More shore material tweaks