Closed jcarpent closed 4 years ago
Is there something specific to point cloud which you don't find in the badly named LeafNodeLine ?
LeafNodeLine
These are points, not line.
OK. Redundant.
In case someone bump into this:
gui.addCurve(name, points, color) gui.setCurveMode(name, "POINTS") # eventually gui.setFloatProperty(name, "PointSize", pointSize)
Is there something specific to point cloud which you don't find in the badly named
LeafNodeLine
?