| 283 | } |
| 284 | |
| 285 | void DrawNode::drawPoints(const Vec2* position, |
| 286 | unsigned int numberOfPoints, |
| 287 | const Color4F& color, |
| 288 | const DrawNode::PointType pointType) |
| 289 | { |
| 290 | _drawPoints(position, numberOfPoints, 1.0f, color, pointType); |
| 291 | } |
| 292 | |
| 293 | void DrawNode::drawPoints(const Vec2* position, |
| 294 | unsigned int numberOfPoints, |