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'm writing 3D model loader and want to return color data, but I think neither Point{3,4} nor Vector{3,4} is appropriate.
I'm happy if mint supports color types, because color is very important for computer graphics (and gamedev).
However, I'm not sure they are "mathematical" type...
The text was updated successfully, but these errors were encountered:
Is colors out of scope, or can be supported?
I'm writing 3D model loader and want to return color data, but I think neither
Point{3,4}
norVector{3,4}
is appropriate.I'm happy if mint supports color types, because color is very important for computer graphics (and gamedev).
However, I'm not sure they are "mathematical" type...
The text was updated successfully, but these errors were encountered: