| 59 | } |
| 60 | |
| 61 | void SubMesh::set_attribute(const std::string &attribute_name, const VertexAttribute &attribute) |
| 62 | { |
| 63 | vertex_attributes[attribute_name] = attribute; |
| 64 | } |
| 65 | |
| 66 | bool SubMesh::get_attribute(const std::string &attribute_name, VertexAttribute &attribute) const |
| 67 | { |