|
@@ -158,13 +158,13 @@ public class CaseNumServiceImpl extends ServiceImpl<ICaseNumMapper, CaseNumEntit
|
|
toGlB(file,localGlbPath);
|
|
toGlB(file,localGlbPath);
|
|
}
|
|
}
|
|
if(file.getParent().contains("lod_") && file.getParent().contains("lod_0") ){
|
|
if(file.getParent().contains("lod_") && file.getParent().contains("lod_0") ){
|
|
- String glbPath = OBJToGLBUtil.objToB3dm(file.getPath(),file.getParentFile().getParentFile().getPath()+"/b3dm");
|
|
|
|
|
|
+ String glbPath = OBJToGLBUtil.objToB3dm(file.getPath(),file.getParentFile().getPath()+"/b3dm");
|
|
localGlbPath.add(glbPath);
|
|
localGlbPath.add(glbPath);
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
|
|
if(file.getName().contains(".obj")){
|
|
if(file.getName().contains(".obj")){
|
|
- String glbPath = OBJToGLBUtil.objToB3dm(file.getPath(),file.getParentFile().getParentFile().getPath()+"/b3dm");
|
|
|
|
|
|
+ String glbPath = OBJToGLBUtil.objToB3dm(file.getPath(),file.getParentFile().getPath()+"/b3dm");
|
|
localGlbPath.add(glbPath);
|
|
localGlbPath.add(glbPath);
|
|
}
|
|
}
|
|
}
|
|
}
|