mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
3D PDF: Refactoring, line set geometry
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -207,8 +207,8 @@ void PDFMediaViewerDialog::initFrom3DAnnotation(const pdf::PDFDocument* document
|
|||||||
f.close();
|
f.close();
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
pdf::u3d::PDF3D_U3D_Parser parser;
|
QStringList errors;
|
||||||
pdf::u3d::PDF3D_U3D u3d = parser.parse(data);
|
pdf::u3d::PDF3D_U3D u3d = pdf::u3d::PDF3D_U3D::parse(data, &errors);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user