You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been bitten by typing Shade(x, y, z) instead of Shade.vec(x, y, z). We should either check for multiple parameters or actually just call Shade.vec() in case we get more than one parameter.
The text was updated successfully, but these errors were encountered:
I've been bitten by typing
Shade(x, y, z)
instead ofShade.vec(x, y, z)
. We should either check for multiple parameters or actually just callShade.vec()
in case we get more than one parameter.The text was updated successfully, but these errors were encountered: