Files
AC6_recomp/thirdparty
Dipshet 90c1ef45ff HD terrain: draw the full shipped terrain resolution (ac6_terrain_hd, on)
The game ships 2x the terrain height samples it ever draws; its terrain
vertex shader is fully data-driven, so a synthetic full-density ring table
(vertex fetch constant 95 redirect) plus a matching fan emission make the
unmodified shader express every sample - no more terrain cracks ("rifts"),
true river beds.
2026-08-07 16:42:20 +02:00
..