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 try to change value for built-in variable, but with no results. For example:
VERTEX *= 0.3; // not work
but
VERTEX.x *= 0.3; // work
VERTEX.y *= 0.3; // work
VERTEX.z *= 0.3; // work
The text was updated successfully, but these errors were encountered:
I try to change value for built-in variable, but with no results. For example:
VERTEX *= 0.3; // not work
but
VERTEX.x *= 0.3; // work
VERTEX.y *= 0.3; // work
VERTEX.z *= 0.3; // work
The text was updated successfully, but these errors were encountered: