mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-29 16:40:28 +08:00
Version 9.011
This commit is contained in:
@@ -428,7 +428,7 @@ int _Execute( int argc , char* argv[] )
|
||||
}
|
||||
else xForm = XForm4x4< Real >::Identity();
|
||||
|
||||
DumpOutput2( comments , "Running Screened Poisson Reconstruction (Version 9.01)\n" );
|
||||
DumpOutput2( comments , "Running Screened Poisson Reconstruction (Version 9.011)\n" );
|
||||
char str[1024];
|
||||
for( int i=0 ; i<paramNum ; i++ )
|
||||
if( params[i]->set )
|
||||
|
||||
+2
-2
@@ -435,8 +435,8 @@ int _Execute( int argc , char* argv[] )
|
||||
}
|
||||
}
|
||||
else xForm = XForm4x4< Real >::Identity();
|
||||
|
||||
DumpOutput2( comments , "Running SSD Reconstruction (Version 9.01)\n" );
|
||||
|
||||
DumpOutput2( comments , "Running SSD Reconstruction (Version 9.011)\n" );
|
||||
char str[1024];
|
||||
for( int i=0 ; i<paramNum ; i++ )
|
||||
if( params[i]->set )
|
||||
|
||||
Reference in New Issue
Block a user