Is the pointsmaterial the default shape square?

Hello. I have a question.

image
Is the pointsmaterial the default shape square? I want a circle shape.

Should I use a sprite to make a circle like the following link? I just want circles.

link : https://github.com/mrdoob/three.js/blob/master/examples/webgl_points_billboards.html

Thank you!

THREE.PointsMaterial has no influence on this. It’s defined by WebGL that points are rendered as squares. If you need a different shape like a circle, use a texture like in the mentioned example.

2 Likes

Thank you for your kind reply!

is there any sort of example that does this in react three fiber ? that would be very helpful!!! thanks

Here is my R3F attempt

hi thanks alot this helped perfectly!!!