Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ease of use for Non-WGS84 Ellipsoids #12000

Merged
merged 14 commits into from
Jun 11, 2024
Prev Previous commit
Next Next commit
Cleanup
  • Loading branch information
ggetz committed May 24, 2024
commit 439ad493251ba59664983d112ddbd230ecdd2d41
2 changes: 1 addition & 1 deletion packages/engine/Source/Renderer/UniformState.js
Original file line number Diff line number Diff line change
Expand Up @@ -1319,7 +1319,7 @@ function setSunAndMoonDirections(uniformState, frameState) {
);
}

let position = Simon1994PlanetaryPositions.computeSunPositionInMoonInertialFrame(
let position = Simon1994PlanetaryPositions.computeSunPositionInEarthInertialFrame(
frameState.time,
uniformState._sunPositionWC
);
Expand Down