Update q3d submodule.

This commit is contained in:
whitequark 2019-05-31 23:06:59 +00:00
parent 9ac55f392a
commit 359697990a
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit fe71514837af1c627e9e1054d1aa0193a06d3488
Subproject commit 880db1d34706778f216a2308fd82a9a3adacb314

View File

@ -94,7 +94,7 @@ void SolveSpaceUI::ExportSectionTo(const Platform::Path &filename) {
// Remove all overlapping edges/beziers to merge the areas they describe.
el.CullExtraneousEdges(/*both=*/true);
bl.CullIdenticalBeziers(/*both=*/true);
// Collect lines and beziers with custom style & export.
int i;
for(i = 0; i < SK.entity.n; i++) {
@ -900,7 +900,7 @@ void SolveSpaceUI::ExportMeshAsStlTo(FILE *f, SMesh *sm) {
// Export the mesh as a Q3DO (https://github.com/q3k/q3d) file.
//-----------------------------------------------------------------------------
#include "object_generated.h"
#include "q3d_object_generated.h"
void SolveSpaceUI::ExportMeshAsQ3doTo(FILE *f, SMesh *sm) {
flatbuffers::FlatBufferBuilder builder(1024);
double s = SS.exportScale;