Color3 texture(float s, float t) { return txtr[(int)(s * C)][(int)(t * R)]; }