rehover
rehover copied to clipboard
Create Vector2 type for UV's
Vector2 has been introduced as Point2D in 33ba8fd and then renamed to Vector2D in bd0f8e0
Is there something specific (unrelated to sprite) where you wanted to use this?
The mesh currently has a float pointer for its UV's, it should be updated to the new vector2 type. I've not sure if similar stuff is done anywhere else