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
The case of using a Loop node with a boolean node doesn't seem to be working...
Reproduction steps
Code
// This should remove all green...constout=vec3(0,1,0).toVar();consto=Fn(()=>{constvalue=float(0).toVar();Loop(value.lessThan(10),()=>{value.addAssign(1);out.y.subAssign(0.1);});returnout;});
Description
The case of using a Loop node with a boolean node doesn't seem to be working...
Reproduction steps
Code
Live example
https://jsfiddle.net/xzonyf37/
Screenshots
No response
Version
r174
Device
Desktop
Browser
Chrome
OS
Linux
The text was updated successfully, but these errors were encountered: