Created
January 16, 2025 21:42
-
-
Save Magicking/50a8de0ec6a82a987093458e14db2bff to your computer and use it in GitHub Desktop.
Radiant sun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// License Beerware | |
// Author Magicking | |
// Use with hydra.ojack.xyz | |
c = 0 | |
crown = new Array(13).fill().reduce((acc,e)=>acc.add(shape(3, 0.2, 0.2).color(0.9, 0.6, 0.3).rotate(c+=10, 0.1)), solid()) | |
crown.layer(voronoi().mask(noise(20).modulate(noise(10).luma(0.4,0.9),0.2))).out() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment