W
W copied to clipboard
Remove unused parameters from setState
As far as I can tell, the setState
function (https://github.com/xem/W/blob/gh-pages/w.js#L131) only uses the state
, type
, and texture
parameters, and does not use i, normal = [], A, B, C, Ai, Bi, Ci, AB, BC
.
@xem -- Can these be safely removed?