src/vertexmap.cpp

changeset 340
e17e07661f4c
parent 338
719b909a7d2b
child 374
75efc3ba5a56
equal deleted inserted replaced
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

mercurial