ra’s avatarra’s Twitter Archive—№ 41,036

  1. …in reply to @bfod
    @bfod thanks! i grab a texture off of lospec.com/palette-list and use that to texture the mesh. then in a fragment shader i use the same texture to snap each pixel to the nearest palette color. if its between two palette colors within a threshold it produces a dither.