Closed hahazhar closed 8 months ago
I observe 2 points in my scene after running the following line
plto.add_points(np.array([0.0,0.0,1.0]), shading={"point_size": 0.5, "point_color": "green"})
I have tried performing the same line without the CAD model I imported. I still observe 2 points instead of 1.
Sorry this did the trick
plto.add_points(np.array([[0.0,0.0,1.0]]), shading={"point_size": 0.5, "point_color": "green"})
I observe 2 points in my scene after running the following line
plto.add_points(np.array([0.0,0.0,1.0]), shading={"point_size": 0.5, "point_color": "green"})
I have tried performing the same line without the CAD model I imported. I still observe 2 points instead of 1.