mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +01:00
Remove debug code
This commit is contained in:
parent
f6668eff72
commit
a6b16ec09f
1 changed files with 0 additions and 2 deletions
|
@ -165,8 +165,6 @@ public class WeatherConditions extends PersistentState implements Tickable {
|
|||
final float terrainFactor = getScaledDistanceFromTerrain(probedPosition.set(pos), world, MAX_TERRAIN_HEIGHT);
|
||||
final float windFactor = getScaledDistanceFromTerrain(probedPosition.set(pos), world, MAX_WIND_HEIGHT);
|
||||
|
||||
System.out.println(terrainFactor + "/" + windFactor);
|
||||
|
||||
Vec3d terrainGradient = LOCAL_ALTITUDE_FIELD.computeAverage(world, pos, probedPosition).multiply(1 - terrainFactor);
|
||||
Vec3d thermalGradient = THERMAL_FIELD.computeAverage(world, pos, probedPosition).multiply(1 - terrainFactor);
|
||||
Vec3d wind = get(world).getWindDirection().multiply(windFactor);
|
||||
|
|
Loading…
Reference in a new issue