339:4787d05e9c89 | 340:e17e07661f4c |
---|---|
8 int(vec.y * 10000), | 8 int(vec.y * 10000), |
9 int(vec.z * 10000), | 9 int(vec.z * 10000), |
10 }); | 10 }); |
11 } | 11 } |
12 | 12 |
13 VertexMap::VertexMap(const Model *model) : | 13 VertexMap::VertexMap(const QTextDocument *model) : |
14 model{model} | 14 model{model} |
15 { | 15 { |
16 this->build(); | 16 this->build(); |
17 } | 17 } |
18 | 18 |