PointsMaterial smaller than glb

It seems setting the scale on mesh level solves the issue. Try it with:

mesh.scale.setScalar( 10 );

I’ve increased the point size a bit so it’s easier to see the shape.

Live demo: three.js dev template - module - JSFiddle - Code Playground

3 Likes