Skip to content

Instantly share code, notes, and snippets.

@lg3bass
Created December 5, 2020 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lg3bass/a5ef77de686a01493b82f2f7f59de89b to your computer and use it in GitHub Desktop.
Save lg3bass/a5ef77de686a01493b82f2f7f59de89b to your computer and use it in GitHub Desktop.
jitter .jxs notes
//bind parmams cannot have "1" at the start of the var name.
//good: <param name="boxSize" type="float" default="0.4" />
//bad : <param name="1boxSize" type="float" default="0.4" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment