Skip to content

Commit

Permalink
Use bbox topleft instead of 0,0,0 in histogram position sampling (#5487)
Browse files Browse the repository at this point in the history
  • Loading branch information
fm3 authored May 12, 2021
1 parent 50e53e9 commit 44907a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class FindDataService @Inject()(dataServicesHolder: BinaryDataServiceHolder)(imp
}
}

Point3D(0, 0, 0) +: positionCreationIter((1 to iterationCount).toList, List[Point3D]())
dataLayer.boundingBox.topLeft +: positionCreationIter((1 to iterationCount).toList, List[Point3D]())
}

private def checkAllPositionsForData(dataSource: DataSource,
Expand Down

0 comments on commit 44907a9

Please sign in to comment.