mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
small u3d fix
This commit is contained in:
parent
9daefb4c89
commit
c4b73202cd
3
src/external/u3d/src/IDTF/Converter.cpp
vendored
3
src/external/u3d/src/IDTF/Converter.cpp
vendored
@ -70,6 +70,7 @@ bool IDTFToU3d(
|
||||
int& resCode,
|
||||
int positionQuality)
|
||||
{
|
||||
std::string pq(std::to_string(positionQuality));
|
||||
const char* argv[] = {
|
||||
#ifndef WIN32
|
||||
"IDTFConverter",
|
||||
@ -81,7 +82,7 @@ bool IDTFToU3d(
|
||||
"-rzf",
|
||||
"0",
|
||||
"-pq",
|
||||
std::to_string(positionQuality).c_str(),
|
||||
pq.c_str(),
|
||||
"-input",
|
||||
inputFileName.c_str(),
|
||||
"-output",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user