Created
December 5, 2020 16:07
-
-
Save lg3bass/a5ef77de686a01493b82f2f7f59de89b to your computer and use it in GitHub Desktop.
jitter .jxs notes
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
//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