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
This error ERROR: Type mismatch for parameter [1]: float was expected (float3 was received) seems to happen when trying to do the following: vector4(float3(2.0, 1.0, 0.5), 1.0)
In the end it creates the nodes just fine, but doesn't continue with the rest of the code
The text was updated successfully, but these errors were encountered:
This error
ERROR: Type mismatch for parameter [1]: float was expected (float3 was received)
seems to happen when trying to do the following:vector4(float3(2.0, 1.0, 0.5), 1.0)
In the end it creates the nodes just fine, but doesn't continue with the rest of the code
The text was updated successfully, but these errors were encountered: