| 131:e2080ac44039 | 132:488d0ba6070b |
|---|---|
| 13 GetPolygonsContext* context) const | 13 GetPolygonsContext* context) const |
| 14 { | 14 { |
| 15 Q_UNUSED(context) | 15 Q_UNUSED(context) |
| 16 polygons.push_back(gl::edgeLine(this->points[0], this->points[1], this->colorIndex, this->id)); | 16 polygons.push_back(gl::edgeLine(this->points[0], this->points[1], this->colorIndex, this->id)); |
| 17 } | 17 } |
| 18 | |
| 19 ldraw::Object::Type ldraw::Edge::typeIdentifier() const | |
| 20 { | |
| 21 return Type::EdgeLine; | |
| 22 } |