Hi,
is there any way to draw lines and polygons on a texture context without Antialiasing? I need this for technical rendering, where interpolation would be a dealbreaker.
I would hate having to use a third party lib here.
I tried texture.updateSamplingMode(BABYLON.Texture.NEAREST_NEAREST), which of course only works for the rendering, not the polygon creation.
Thanks!