KSP-RO / RealSolarSystem

Changes KSP's solar system to make it like the real one.
130 stars 92 forks source link

Fix for polar spikes #268

Closed RCrockford closed 2 years ago

RCrockford commented 2 years ago

Polar spikes occur due to the heightmap texture sampling wrapping around from top to bottom. If the poles have different heights then a spike or pit will occur as it blends to the height of the other pole.

This fixes the sampling to clamp at the poles while leaving wrapping enabled for the meridian.