src/linetypes/object.cpp

changeset 81
62373840e33a
parent 46
98645c8e7704
child 86
4bec0525ef1b
equal deleted inserted replaced
80:764381756899 81:62373840e33a
56 { 56 {
57 Q_UNUSED(polygons) 57 Q_UNUSED(polygons)
58 Q_UNUSED(context) 58 Q_UNUSED(context)
59 } 59 }
60 60
61 const glm::vec3& ldraw::Object::getPoint(int index) const
62 {
63 throw BadPointIndex{};
64 }
65
61 ldraw::ColoredObject::ColoredObject(const Color color_index) : 66 ldraw::ColoredObject::ColoredObject(const Color color_index) :
62 colorIndex{color_index} 67 colorIndex{color_index}
63 { 68 {
64 } 69 }
65 70

mercurial