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 is because it can't infer the type of float, you should be able to just put 0.45f32 (or you may have to specify the vector type as well at some point, but it can hopefully figure that out itself). As long as you specify somewhere it should be able to infer the rest
If subtract a box from a sphere:
It works. But if I subtract a torus from a sphere:
I get this error message:
The text was updated successfully, but these errors were encountered: