Skip to content

Instantly share code, notes, and snippets.

@williamngan
Last active August 31, 2015 01:35
Show Gist options
  • Save williamngan/3b6140df30b273c77913 to your computer and use it in GitHub Desktop.
Save williamngan/3b6140df30b273c77913 to your computer and use it in GitHub Desktop.
// Previous code omitted...
if (hits.length > 0) {
form.stroke( "#fff" ).fill("#0C9")
form.line( new Line( hits[0] ).to( hits[1] ) )
form.points( hits, 5, true )
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment