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'd like to be able to use both worleyDist and WorleyDistManhattan in the same program, but when I attempt to do so the generated code results in this error:
Uncaught Error: WebGL: Error compiling shader:
line 76: 'worley2' : function already has a body
I see that the additive HOF provides a way to override the name used in the generated code - perhaps we could do the same here?
(If there's a technique to avoid this, please let me know.)
The text was updated successfully, but these errors were encountered:
I'd like to be able to use both worleyDist and WorleyDistManhattan in the same program, but when I attempt to do so the generated code results in this error:
I see that the
additive
HOF provides a way to override the name used in the generated code - perhaps we could do the same here?(If there's a technique to avoid this, please let me know.)
The text was updated successfully, but these errors were encountered: