2021-11-18 14:58:01 +00:00
|
|
|
#ifndef DUST3D_APPLICATION_CUT_FACE_PREVIEW_H_
|
|
|
|
#define DUST3D_APPLICATION_CUT_FACE_PREVIEW_H_
|
|
|
|
|
|
|
|
#include <QImage>
|
|
|
|
#include <dust3d/base/cut_face.h>
|
|
|
|
|
2022-10-18 09:35:04 +00:00
|
|
|
QImage* buildCutFaceTemplatePreviewImage(const std::vector<dust3d::Vector2>& cutTemplate);
|
|
|
|
const QImage* cutFacePreviewImage(dust3d::CutFace cutFace);
|
2021-11-18 14:58:01 +00:00
|
|
|
|
|
|
|
#endif
|