What type of autotile was used for connected textures?
an implementation of Wang autotile is easy to do, and can be pre computed on a texture offsets array for max performance, but the connected textures is lacking documentation to do such upgrade, having to check all those if statements is not as performant as an easy bitmask + lookup
What type of autotile was used for connected textures?
an implementation of Wang autotile is easy to do, and can be pre computed on a texture offsets array for max performance, but the connected textures is lacking documentation to do such upgrade, having to check all those if statements is not as performant as an easy bitmask + lookup