Blurry Edges with BJS but not in Blender

Babylon by default renders at css size to not blow up perf on low end device.

You can either turn on adpatTo PixelRatio when creating an engine or manually set your dpi: scene.getEngine().setHardwareScalingLevel(0.5);

2 Likes