Commit 98783836 authored by Andrey Filippov's avatar Andrey Filippov

starting other exports

parent 4bdd4cd8
......@@ -3024,7 +3024,9 @@ public class TexturedModel {
}
}
if ((hdr_whs[0]<0) || (hdr_whs[1]<0)) {
System.out.println("**** BUG: hdr_whs[0]="+hdr_whs[0]+", hdr_whs[1]="+hdr_whs[1]);
} else {
Render3D render3D = new Render3D (
//x3d_dir, // String x3d_dir,
//ref_scene.correctionsParameters.getModelName(ref_scene.getImageName()), // String model_name,
......@@ -3095,6 +3097,7 @@ public class TexturedModel {
}
}
}
}
if (dbg_mesh_imgs != null) {
ShowDoubleFloatArrays.showArrays(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment