Character Clothing Tangent #1 – Bitmasks2020-10-22/No CommentsA 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 a value that can be “on” or “off”, or as you may already be familiar: 0 or 1. Computers…Read More