userDayaancancel

339 Commits over 457 Days - 0.03cph!

Today
Merge from foliage_instancing_shader_feature
Today
Merge from main
Today
Add alternate slanted grid topology option Fix culling radius calculation Fix LOD scaling cell positions for culling
Yesterday
Merge from main
Yesterday
Fix biome layer getting removed somehow from material
2 Days Ago
Change foliage_instancing to shader feature
3 Days Ago
Testing changing terrainData heights with different apply methods, and using terrainData heightmap RenderTexture
8 Days 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
8 Days Ago
- Fix lod border cells, and negative cells - Change mesh master to only 3 submeshes - Change instance offsets and arguments for new approach
9 Days Ago
- Culling toggle in editor - Fix issues with cell offsets - Fix grid offsets with negatives - Change dispatch thread size
10 Days Ago
Split grid sideblocks to simplify thread to coords
11 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
19 Days Ago
Merge from main
22 Days Ago
Merge from sails_motion_vector_fix
22 Days Ago
Upgrade Standard-Wind shader to match Standard Use Standard-Wind for sails to fix motion vectors
22 Days Ago
Terrain renderer editor script
22 Days Ago
Add terrain testing scene
22 Days Ago
Add mesh spawn debug option
24 Days Ago
Change vertex density slider to int Switch to linear sampling where density is increased
24 Days Ago
Fix edge length calculation, alignment actually fixed
25 Days Ago
Align terrain vertices with texel corner to match unity
33 Days Ago
Merge from main
33 Days Ago
Move ConVars to terrain ConVars Add terrain renderer to WorldSetup Add terrain mesh culling toggle
37 Days Ago
Merge from main
37 Days Ago
Improve editor terrain view Snap render distance to cell to make bounds consistent FIx incorrect LOD borders at last LOD
39 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
40 Days Ago
Make low res heightmap size dynamic to handle different terrain sizes
44 Days Ago
Fix foliage placement orientation on rotated islands
44 Days Ago
Add profiling marker to terrain render
47 Days Ago
Merge from main
47 Days Ago
Use min and max for coarse terrain height shadow culling and re-enabled camera and shadowing culling.
2 Months Ago
Add vertex density slider for terrain detail Fix grid position alignment issues with some cell sizes Editor recreates terrain buffers on inspector changes
2 Months 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
3 Months Ago
Vertex colours visual for edit mode
3 Months Ago
Merge from editor_shader
3 Months Ago
Set edit flag on ice material when opening/closing edit mode
3 Months Ago
Ice sculpture shader changes for edit mode
3 Months Ago
Add colour to instance data for debugging, wip rotation handling for seamless LOD borders
3 Months Ago
Fix cell mesh sizes at each LOD
3 Months Ago
Fix palm tree trunk displacement Fix wind attenuation issues with displacement causing jittering
3 Months Ago
Fix mesh create errors, change from vertCount to vertLOD index for choosing lowest LOD vertex count
3 Months Ago
Merge from main
3 Months Ago
Merge from mac_foliage_tearing_fix
3 Months Ago
Wrap indirect instancing in ifdef to prevent potential issues with default gpu instancing
3 Months Ago
Reduce vine material displacement strength
3 Months Ago
Fix tropical underwater overlay logic issue