mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-15 00:54:38 +00:00
it simply outputs an image with model rendered from the current camera with creases highlighted
17 lines
347 B
Prolog
17 lines
347 B
Prolog
include (../../shared.pri)
|
|
|
|
HEADERS = edit_panosample_factory.h \
|
|
cloneview.h \
|
|
colorframe.h \
|
|
paintbox.h \
|
|
edit_panosample.h
|
|
|
|
SOURCES = edit_panosample_factory.cpp \
|
|
../../meshlab/ml_selection_buffers.cpp \
|
|
paintbox.cpp \
|
|
edit_panosample.cpp \
|
|
|
|
TARGET = edit_panosample
|
|
RESOURCES = edit_paint.qrc
|
|
FORMS = paintbox.ui
|