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
You can use arithmetic on vectors using another vectors, but it would be nice if you could do {_vector} * 10 instead of {_vector} * vector(10, 10, 10), this applies to all arithmetic related to vectors
Why?
Easier to write and to understand what you're trying to do and saves some line space (abit less reload time)
Other
No response
Agreement
I have read the guidelines above and affirm I am following them with this suggestion.
The text was updated successfully, but these errors were encountered:
Suggestion
You can use arithmetic on vectors using another vectors, but it would be nice if you could do
{_vector} * 10
instead of{_vector} * vector(10, 10, 10)
, this applies to all arithmetic related to vectorsWhy?
Easier to write and to understand what you're trying to do and saves some line space (abit less reload time)
Other
No response
Agreement
The text was updated successfully, but these errors were encountered: