When using texture color for mesh paint the sampling appears to be locked to bilinear filtering.
The texture asset itself has no option to set the filtering method, but it does have an option to set the texture group so I figured I could use that… but that doesn’t work either. It displays correctly in the texture previewer but when shaded on screen it continues to use bilinear filtering to sample the texture.
Does anyone know if it is possible to overcome this other than doing the stupid multiply, floor, divide inside the material? (This approach is a pain because meshpaint doesn’t expose the texture resolution to the material graph, but more importantly it adds cost and should just be completely unnecessary…)