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
5ef65f44
Commit
5ef65f44
authored
2 years ago
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Starry: Yet finetune
parent
c91fc51c
master
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
Yet.js
StarryNights/Yet.js
+6
-3
No files found.
StarryNights/Yet.js
View file @
5ef65f44
...
...
@@ -4,11 +4,11 @@
// this image of galaxy cluster SMACS 0723 is overflowing with detail
// https://www.nasa.gov/image-feature/goddard/2022/nasa-s-webb-delivers-deepest-infrared-image-of-universe-yet
s0
.
initImage
(
"
file:///home/pln/Work/Hydra
/StarryNights/img/Webb_deepest_yet.png"
)
s0
.
initImage
(
"
https://git.plnech.fr/pln/Hydra/raw/master
/StarryNights/img/Webb_deepest_yet.png"
)
src
(
s0
)
.
brightness
(()
=>
0
+
0.2
*
Math
.
sin
(
time
/
42
))
.
contrast
(()
=>
1
+
0.8
*
Math
.
sin
(
time
/
42
))
.
contrast
(()
=>
1
+
0.28
*
Math
.
sin
(
time
/
42
))
.
brightness
(()
=>
0
+
0.5
*
Math
.
sin
(
time
/
42
))
.
out
(
o0
)
src
(
s0
)
...
...
@@ -22,6 +22,9 @@ src(o0)
src
(
o2
)
.
scale
(
1.5
)
.
scrollX
(()
=>
0.1
*
Math
.
sin
(
time
/
200
))
.
scrollY
(()
=>
-
0.2
*
Math
.
sin
(
time
/
193
))
.
blend
(
src
(
o2
)
.
mask
(
...
...
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