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 Aug 11, 2023
1 parent 052bc85 commit 5528a2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AK004/atmosphericManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@
}
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 * ((2 * Math.PI/3)/(((updateTimerInterval/1000) * MAX_COUNT) * 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: 126");
print("zoneRotation: " + JSON.stringify(zoneRotation));
print("version: 127");
//print("zoneRotation: " + JSON.stringify(zoneRotation));
print("anglVelo: " + anglVelo);
print("intensity: " + intensity);

Expand Down

0 comments on commit 5528a2e

Please sign in to comment.