Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis committed Aug 10, 2023
1 parent de01769 commit ab0660c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AK004/atmosphericManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
}
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/6)/(D29_HOUR_DURATION/HOUR_DIV));
var anglVelo = spin * ((Math.PI/3)/(D29_HOUR_DURATION/HOUR_DIV));
var ambientIntensity = intensity/10;
var currentsky = "https://aleziakurdis.github.io/inertia/AK004/images/sky.jpg";

Expand Down

0 comments on commit ab0660c

Please sign in to comment.