I try to add renderOrder = 1 to lines.
and rendeOrder = 0 to “Points” Class object.
but still line not shown on top of that.
I try to add renderOrder = 1 to lines.
and rendeOrder = 0 to “Points” Class object.
but still line not shown on top of that.
here is my project,
You can ensure that the line is drawn after the point cloud by using renderOrder
. But only if you set LineBasicMaterial.depthTest
to false
, the line will not be hidden by the point cloud.