|
@@ -4889,6 +4889,9 @@ public class SceneProServiceImpl extends ServiceImpl<ISceneProMapper, ScenePro>
|
|
|
log.info(new File(meshPath).listFiles().toString());
|
|
|
if(new File(meshPath).listFiles().length > 0){
|
|
|
for(File file : new File(meshPath).listFiles()){
|
|
|
+ if(file.getName().contains("reference.obj")){
|
|
|
+ file.delete();
|
|
|
+ }
|
|
|
if(file.getName().endsWith(".obj") && !"output.house.obj".equals(file.getName()) &&
|
|
|
!"mesh.obj".equals(file.getName())){
|
|
|
file.delete();
|