userDayaancancel
reporust_rebootcancel

420 Commits over 516 Days - 0.03cph!

2 Months Ago
Fix edge length calculation, alignment actually fixed
2 Months Ago
Align terrain vertices with texel corner to match unity
3 Months Ago
Merge from main
3 Months Ago
Move ConVars to terrain ConVars Add terrain renderer to WorldSetup Add terrain mesh culling toggle
3 Months Ago
Merge from main
3 Months Ago
Improve editor terrain view Snap render distance to cell to make bounds consistent FIx incorrect LOD borders at last LOD
3 Months 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
3 Months Ago
Make low res heightmap size dynamic to handle different terrain sizes
3 Months Ago
Fix foliage placement orientation on rotated islands
3 Months Ago
Add profiling marker to terrain render
3 Months Ago
Merge from main
3 Months Ago
Use min and max for coarse terrain height shadow culling and re-enabled camera and shadowing culling.
4 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
4 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
4 Months Ago
Fix render bounds flooring Fix corner LOD edge detection LODs are now seamless
4 Months Ago
Merge from editor_shader
4 Months Ago
Fix incorrect edgeFlags, rotation, and flipped border meshes
4 Months Ago
Add vertex colours toggle to editing UI
4 Months Ago
Vertex colours visual for edit mode
4 Months Ago
Merge from editor_shader
4 Months Ago
Set edit flag on ice material when opening/closing edit mode
4 Months Ago
Ice sculpture shader changes for edit mode
4 Months Ago
Add colour to instance data for debugging, wip rotation handling for seamless LOD borders
4 Months Ago
Fix cell mesh sizes at each LOD
4 Months Ago
Fix palm tree trunk displacement Fix wind attenuation issues with displacement causing jittering
4 Months Ago
Fix mesh create errors, change from vertCount to vertLOD index for choosing lowest LOD vertex count
4 Months Ago
Merge from main
4 Months Ago
Merge from mac_foliage_tearing_fix
4 Months Ago
Wrap indirect instancing in ifdef to prevent potential issues with default gpu instancing
4 Months Ago
Reduce vine material displacement strength
4 Months Ago
Fix tropical underwater overlay logic issue
4 Months Ago
Set tropical terrain material decal layers 0 & 1
4 Months Ago
Merge from tropical_shore
4 Months Ago
Adjust shore and underwater values
4 Months Ago
Merge from parent
4 Months Ago
Increase imposter render bounds to fix culling issues in deepsea
4 Months Ago
Fix tropical1 terrain size, and add earlier assert
4 Months Ago
More shore material tweaks
4 Months Ago
Adjust tropical shore settings
4 Months Ago
Add tropical underwater visual parameters and blend with shore distance
4 Months Ago
Merge from island_scenes
4 Months Ago
Merge from parent
4 Months Ago
Fix tropical1 terrain size (fixes foliage assert), and hopefully stop issue from happening again when adjusting prefabs
4 Months Ago
Use no displacement version of ground plants for floating city pot plants
4 Months Ago
Include light colour term in thin transmission mode
5 Months Ago
Fix incorrect overriden terrainSizes in island prefabs, and remove displacement manager from tropical foliage spawns
5 Months Ago
Add editor option terrainIgnoreDeepseaFlag to DeepSeaEditorScene to use source terrain textures instead of deepsea textures (which have not been created) when forcing deepsea
5 Months Ago
GPU crash fix, NaN check in cloud raymarch
5 Months Ago
Merge from foliage_instancing_islands
5 Months Ago
Fix terrain data not being added to FoliageGrid when loading into deepsea from menu