Commit 52153b7
Ocean: Accumulate the visibility over all poses in Database::objectPointIds()
Summary: In the `Indices32 poseIds` overload the `tVisibleInAllPoses` test overwrote the flag in every iteration, so only the visibility in `poseIds.back()` decided the outcome. The sibling overload taking a `lowerPoseId`/`upperPoseId` range carries the flag in the loop condition, this one now does the same.
Reviewed By: enpe
Differential Revision: D115133726
fbshipit-source-id: 021cf04ae0100e1ed8dcd44f2e26a87a07b997e61 parent 4ee143d commit 52153b7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4325 | 4325 | | |
4326 | 4326 | | |
4327 | 4327 | | |
4328 | | - | |
| 4328 | + | |
4329 | 4329 | | |
4330 | 4330 | | |
4331 | 4331 | | |
| |||
0 commit comments