Tangents
Character Clothing Tangent #1 – Bitmasks
A bitmask is where we make use of the way computers store an unsigned integer value to create a list of a true/false values. A typical computer will store an unsigned integer as a 32-bit value. This means we use 32 ‘bits’ to describe a value. A ‘bit’ is simply Read more…