337:5bb26aa33ad5 | 338:719b909a7d2b |
---|---|
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 |