Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
Hydra
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
Hydra
Commits
22dcd32c
Commit
22dcd32c
authored
a year ago
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
StarryNights: did & sylvie, online
parent
dfd9c56a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
did.js
StarryNights/did.js
+1
-2
sylvie.js
StarryNights/sylvie.js
+1
-2
No files found.
StarryNights/did.js
View file @
22dcd32c
...
...
@@ -2,8 +2,7 @@
// Saturn and Moons
// In this image, four moons of Saturn are passing in front of the giant planet.
// The large, orange moon Titan casts a large shadow on the northern pole. Smaller moons Mimas, Dione and Enceladus appear as white dots.
s0
.
initImage
(
"file:///home/pln/Work/Hydra/StarryNights/img/february-24-2019-saturn-and-moons.jpg"
)
s0
.
initImage
(
"https://git.plnech.fr/pln/Hydra/raw/master/StarryNights/img/february-24-2019-saturn-and-moons.jpg"
)
// Source celeste: Saturne
src
(
s0
)
.
scale
(()
=>
1
+
0.025
*
Math
.
sin
(
time
/
13.12
))
...
...
This diff is collapsed.
Click to expand it.
StarryNights/sylvie.js
View file @
22dcd32c
...
...
@@ -2,8 +2,7 @@
// Herbig-Haro 24
// A partially obscured, newborn star near the center of this image is shooting twin jets into the surrounding gas and dust.
// The shocks from the collision light up patches of nebulosity collectively called Herbig-Haro 24.
s0
.
initImage
(
"file:///home/pln/Work/Hydra/StarryNights/img/february-18.jpg"
)
s0
.
initImage
(
"https://git.plnech.fr/pln/Hydra/raw/master/StarryNights/img/february-18.jpg"
)
// Source celeste: Saturne
src
(
s0
)
// .scale(() => 1 + 0.025 * Math.sin(time / 13.12))
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment