3D PDF: Refactoring, line set geometry

This commit is contained in:
Jakub Melka
2022-11-17 17:19:04 +01:00
parent 339da05fa2
commit 19f04aa975
3 changed files with 1981 additions and 1589 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -207,8 +207,8 @@ void PDFMediaViewerDialog::initFrom3DAnnotation(const pdf::PDFDocument* document
f.close();
}*/
pdf::u3d::PDF3D_U3D_Parser parser;
pdf::u3d::PDF3D_U3D u3d = parser.parse(data);
QStringList errors;
pdf::u3d::PDF3D_U3D u3d = pdf::u3d::PDF3D_U3D::parse(data, &errors);
break;
}