userDayaancancel
reporust_rebootcancel

413 Commits over 516 Days - 0.03cph!

3 Days Ago
Merge from terrain_culling_uav_fix
3 Days Ago
Merge from main
4 Days Ago
UAV format support check for terrain culling
4 Days Ago
Fix remove default unity terrain check from map render
5 Days Ago
Merge from terrain_renderer
5 Days Ago
Fix shader warnings in terrain compute (prevent possible edge case issue)
5 Days Ago
Merge from main
5 Days Ago
Merge from terrain_renderer
5 Days Ago
Merge from main
6 Days Ago
Merge from main
6 Days Ago
Fix too large farplane distance in terrain culling, adjust lod count for better gpu perf
6 Days Ago
Fix terrain quality remapping
6 Days Ago
Merge from terrain_renderer
6 Days Ago
Merge from main
6 Days Ago
Clamp renderdistance with a minimum to fix some edge case issues
6 Days Ago
Merge from main
6 Days Ago
Add padding to int params
6 Days Ago
Fix draw distance max cell calculation and snap to furthest lod
10 Days Ago
Merge from terrain_renderer
10 Days Ago
Codegen
10 Days Ago
Make terrain ConVar developer only
11 Days Ago
Merge from terrain_renderer
11 Days Ago
Merge from main
11 Days Ago
Bring back terrain margins for collision with geoclip terrain
11 Days Ago
Merge from terrain_renderer
11 Days Ago
Add min radius for terrain culling
11 Days Ago
Improve culling shadow bounds check accuracy and performance
12 Days Ago
Merge from terrain_renderer
12 Days Ago
Remove unneeded map sample when culling terrain Remove terrain test scene
12 Days Ago
Merge from main
12 Days Ago
Clamp uv for min/max height sampling
12 Days Ago
Merge from terrain_renderer
12 Days Ago
Merge from main
12 Days Ago
Fix building terrain check
12 Days Ago
Merge from terrain_renderer
12 Days Ago
Merge from main
12 Days Ago
Remove debug colour terrain instance data Remove terrain mesh collider tests Disable on deepsea Update terrain quality on init
13 Days Ago
Fix FoliagePlacements when using MeshRootTerrain
13 Days Ago
Fix merge issues Fix non-procedural scenes where the terrainRenderer has not been setup Clean up Geoclipmap debug code
13 Days Ago
Merge from main
13 Days Ago
Fix LOD extents validation, causing rendering issues.
14 Days Ago
Fix craggy Revert terrainHeights native array change Init HeightTexture with mipcount 0 Adjust terrain cell border check
14 Days Ago
Use NativeArray to hold terrain heights for texture creation Add debug logs
17 Days Ago
Fix NREs in terrain commands
17 Days Ago
Prevent terrain margins when using geoclip terrain Change heightmap to RG16 to hold required terrain heights Convert heightmaps when not RG16 Change heightmap sampling in terrain and foliage instancing
19 Days Ago
Replace changed settings assets with main
19 Days Ago
Replace Clear args dispatch with cpu clear for instance arguments
19 Days Ago
Fix geoclip InitBuffers function Disable heightmap mips Disable collision test code with ifdefs
19 Days Ago
Fix error from changing quality when terrain buffers have not been created
20 Days Ago
Fix height sample double scaling