Skip to content

Commit

Permalink
Lunar phase sim: update JS build
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Aug 31, 2023
1 parent c28eb3a commit 6c2fc8e
Show file tree
Hide file tree
Showing 4 changed files with 979 additions and 3 deletions.
978 changes: 976 additions & 2 deletions lunar-phase-simulator/dist/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lunar-phase-simulator/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ <h5 class="modal-title" id="aboutModalLabel">
</div>
<div class="modal-body">
<p class="sim-version">
lunar-phase-simulator 1.0.1 (build date: 2021-03-22)
lunar-phase-simulator 1.0.1 (build date: 2023-08-31)
</p>
<p>
See
Expand Down
1 change: 1 addition & 0 deletions lunar-phase-simulator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lunar-phase-simulator/src/CelestialSphere.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ export default class CelestialSphere extends React.Component {
antialias: true,
canvas: document.getElementById(this.id + 'Canvas')
});
renderer.useLegacyLights = true;
renderer.setPixelRatio(window.devicePixelRatio);
renderer.setClearColor(0xffffff);

Expand Down

0 comments on commit 6c2fc8e

Please sign in to comment.