MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / OnSkyNearer

Method OnSkyNearer

editor/TerrainDialog.cpp:621–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void CTerrainDialog::OnSkyNearer() {
622
623 if (Terrain_sky.radius > 500) {
624
625 SetupSky(Terrain_sky.radius - 500, Terrain_sky.flags);
626 TV_changed = 1;
627 }
628}
629
630void CTerrainDialog::OnSkyFarther() {
631 SetupSky(Terrain_sky.radius + 500, Terrain_sky.flags);

Callers

nothing calls this directly

Calls 1

SetupSkyFunction · 0.85

Tested by

no test coverage detected