Is there a way to make a single point an object?
我希望能够做一个单点对象. As of right now I'm using AddPoints() but it only works for a list of points and the object "Points" treats all the points together as an object, I'm not able to work with each point individually.
我希望能够做一个单点对象. As of right now I'm using AddPoints() but it only works for a list of points and the object "Points" treats all the points together as an object, I'm not able to work with each point individually.