Drawing line with pencil in PlayCanvas

Hi, I want to draw such a line in playcanvas.
I was thinking to place boxes where every player moves his/her pointer, but that will not be as smooth line as we can see in the video. Is it possible? If so, how?

maybe something based on this?
https://playcanvas.github.io/#/graphics/painter

That one only does straight lines, but that’s because the pen moves in straight lines … it would work for curved as well.

2 Likes

for example right there add the selected line to see curved lines
Screenshot 2022-05-12 at 13.48.47

1 Like