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
Can we use an agent variable to toggle visible/hidden
Should it be int treated as bool, or float with a custom condition?
Can we use an agent variable to scale alpha (No, blending would require back-to-front rendering, requiring sorting of all agents to be drawn, not feasible.).
Current workout to hide agents would be to pass an invalid scale value such as NaN,
Suggested by Jack A
The text was updated successfully, but these errors were encountered:
E.g.
Can we use an agent variable to scale alpha(No, blending would require back-to-front rendering, requiring sorting of all agents to be drawn, not feasible.).Current workout to hide agents would be to pass an invalid scale value such as
NaN
,Suggested by Jack A
The text was updated successfully, but these errors were encountered: