Skip to content

Instantly share code, notes, and snippets.

@scowalt
Last active August 29, 2015 14:16
Show Gist options
  • Save scowalt/03e0958d8a59b30596d5 to your computer and use it in GitHub Desktop.
Save scowalt/03e0958d8a59b30596d5 to your computer and use it in GitHub Desktop.
tonal-starfield outgoing data
var message = {
'event': 'comet', // comet spawning
'color': comet.getLight().color, // r g b from 0 to 1
'colorHSL': comet.getLight().color.getHSL(), // h s l from 0 to 1
'lifespan': Comet.lifespan, // lifespan in seconds
'position': pos // {x,y,z} with (0,0,z) at center of screen
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment