Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
98783836
Commit
98783836
authored
Oct 28, 2023
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
starting other exports
parent
4bdd4cd8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
68 additions
and
65 deletions
+68
-65
TexturedModel.java
...n/java/com/elphel/imagej/tileprocessor/TexturedModel.java
+68
-65
No files found.
src/main/java/com/elphel/imagej/tileprocessor/TexturedModel.java
View file @
98783836
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment