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
Create an attribute and name it the same than the attribute name using toVar( name ) create infinity loop in the NodeBuilder
Reproduction steps
see jsfiddle / code below
Code
constcounters=attribute('counters','float').toVar('counters')// work with toVar('aCounters')this.vertexNode=Fn(()=>{varyingProperty('float','vCounters').assign(counters)})()
Description
Create an attribute and name it the same than the attribute name using
toVar( name )
create infinity loop in the NodeBuilderReproduction steps
see jsfiddle / code below
Code
Live example
https://jsfiddle.net/Makio64/yp7tw0j1/3/
Screenshots
No response
Version
r170
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: