Skip to content

Instantly share code, notes, and snippets.

@Magicking
Created January 16, 2025 21:42
Show Gist options
  • Save Magicking/50a8de0ec6a82a987093458e14db2bff to your computer and use it in GitHub Desktop.
Save Magicking/50a8de0ec6a82a987093458e14db2bff to your computer and use it in GitHub Desktop.
Radiant sun
// 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