Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Jul 28, 2023
1 parent 9dc3b76 commit 6f57982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AK004/atmosphericManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@
}
var zoneRotation = Quat.fromVec3Radians({"x": spin * (Math.PI/8) * (Math.sin((GetCurrentCycleValue(today.getTime(), 2 * Math.PI, MONTH_DURATION)) * (2 * Math.PI))), "y": 0.0, "z": (Math.PI/3 * Math.sin(cycle))});

var anglVelo = spin * (Math.PI/(D29_HOUR_DURATION/HOUR_DIV) );
var anglVelo = spin * ((2 * Math.PI/3)/(D29_HOUR_DURATION/HOUR_DIV));
var ambientIntensity = intensity/10;
var currentsky = "https://aleziakurdis.github.io/inertia/AK004/images/sky.jpg";

print("version: 121");
print("version: 122");
print("zoneRotation: " + JSON.stringify(zoneRotation));
print("anglVelo: " + anglVelo);
print("intensity: " + intensity);
Expand Down

0 comments on commit 6f57982

Please sign in to comment.