Skip to content

Commit

Permalink
WriteTriangleGeometry: Add more capabilities to the writer
Browse files Browse the repository at this point in the history
Selectable comment marker
Selectable delimiter
Selectable vertex data arrays
Selectable face data arrays

Works with Quad Geometries now

Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed Mar 9, 2023
1 parent 219a440 commit 23492be
Show file tree
Hide file tree
Showing 4 changed files with 514 additions and 125 deletions.
1 change: 1 addition & 0 deletions Source/PipelineRunner/PipelineRunner.cpp
Expand Up @@ -45,6 +45,7 @@
#include <QtCore/QCommandLineOption>
#include <QtCore/QCommandLineParser>
#include <QtCore/QCoreApplication>
#include <QtCore/QDateTime>
#include <QtCore/QDebug>
#include <QtCore/QFile>
#include <QtCore/QFileInfo>
Expand Down

0 comments on commit 23492be

Please sign in to comment.