Version 1.2.1
New additions since version 1.2
- Added
toArray
method to vectors and tuples to get an array with the same elements as the vector.
Fixes since version 1.2
- Vec4i now implements the Int4 trait
Changes since 1.1
Color
has been renamed toColor4f
for better clarity and consistency- Added
Color3f
to allow for the use of colors without transparency - Added methods to make
Color3f
s andColor4f
s work together