userDayaancancel
reporust_rebootcancel

423 Commits over 516 Days - 0.03cph!

8 Minutes Ago
Prototype terrain holes using stencils for better resolution Create terrain only depth prepass (also stops unity overwriting stencil state) after HoleShape pass where stencil mask is written Change terrain shader depth test to Equal (failing where prepass stencil test fails) Change hole renderer to use cubes or triangle prism configs Add HoleShape assets for minimal cube and triangle prism vertex positions and triangles Dynamically duplicate HoleShape meshes (with vertexID based instancing) to meet min vertex count for efficient instancing Improve HoleShape inspector with adjustable sliders
5 Days Ago
Gizmo drawer for hole shapes Fit to mesh function Improve inspector GUI Render in editor for easier testing
7 Days Ago
Terrain holes prototyping with SDF style shape components to render new static terrain holes locally for improved resolution
8 Days Ago
Check AlphaMap isInitialized on AdaptMeshToTerrain to prevent editor errors
9 Days Ago
Merge from main
9 Days Ago
Merge from terrain_renderer (culling ConVar)
9 Days Ago
Make terrain culling ConVar accessible
9 Days Ago
Merge from main
10 Days Ago
Change contact image render to WaitForEndOfFrame coroutine
11 Days Ago
Use RGBA32 for heightmap baking
14 Days Ago
Merge from terrain_culling_uav_fix
14 Days Ago
Merge from main
15 Days Ago
UAV format support check for terrain culling
15 Days Ago
Fix remove default unity terrain check from map render
16 Days Ago
Merge from terrain_renderer
16 Days Ago
Fix shader warnings in terrain compute (prevent possible edge case issue)
16 Days Ago
Merge from main
16 Days Ago
Merge from terrain_renderer
16 Days Ago
Merge from main
16 Days Ago
Merge from main
16 Days Ago
Fix too large farplane distance in terrain culling, adjust lod count for better gpu perf
17 Days Ago
Fix terrain quality remapping
17 Days Ago
Merge from terrain_renderer
17 Days Ago
Merge from main
17 Days Ago
Clamp renderdistance with a minimum to fix some edge case issues
17 Days Ago
Merge from main
17 Days Ago
Add padding to int params
17 Days Ago
Fix draw distance max cell calculation and snap to furthest lod
21 Days Ago
Merge from terrain_renderer
21 Days Ago
Codegen
21 Days Ago
Make terrain ConVar developer only
22 Days Ago
Merge from terrain_renderer
22 Days Ago
Merge from main
22 Days Ago
Bring back terrain margins for collision with geoclip terrain
22 Days Ago
Merge from terrain_renderer
22 Days Ago
Add min radius for terrain culling
22 Days Ago
Improve culling shadow bounds check accuracy and performance
22 Days Ago
Merge from terrain_renderer
23 Days Ago
Remove unneeded map sample when culling terrain Remove terrain test scene
23 Days Ago
Merge from main
23 Days Ago
Clamp uv for min/max height sampling
23 Days Ago
Merge from terrain_renderer
23 Days Ago
Merge from main
23 Days Ago
Fix building terrain check
23 Days Ago
Merge from terrain_renderer
23 Days Ago
Merge from main
23 Days Ago
Remove debug colour terrain instance data Remove terrain mesh collider tests Disable on deepsea Update terrain quality on init
23 Days Ago
Fix FoliagePlacements when using MeshRootTerrain
23 Days Ago
Fix merge issues Fix non-procedural scenes where the terrainRenderer has not been setup Clean up Geoclipmap debug code
24 Days Ago
Merge from main