| 25 | } |
| 26 | |
| 27 | void PointsNode::createSinglePoint() |
| 28 | { |
| 29 | Primitive* cp=createPrimitive(); |
| 30 | cp->setType(PrimitiveTypes::Points); |
| 31 | cp->createVertex(Point(0.0,0.0,0.0)); |
| 32 | } |
| 33 | |
| 34 | bool PointsNode::getVisibleChildren() const |
| 35 | { |
no test coverage detected