git-svn-id: svn://db.shs.com.ru/libs@133 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
2016-11-07 13:37:42 +00:00
parent 8bbb661966
commit fa98165775
6 changed files with 5 additions and 6 deletions

View File

@@ -290,7 +290,7 @@ GLObjectBase * loadFromASEFile(const QString & filepath, double scale) {
mst = line.indexOf("MESH_NORMALS {");
}
for (int i = 0; i < faces.size(); ++i) {
line = stream.readLine();
line = stream.readLine();
line = stream.readLine().trimmed(); mst = line.indexOf(" ");
line = line.right(line.length() - mst - 1); normals[i * 3] = Vector3d(line);
line = stream.readLine().trimmed(); mst = line.indexOf(" ");