Skip to content

Commit

Permalink
Fixed output of affine projection.
Browse files Browse the repository at this point in the history
  • Loading branch information
zlogic committed Jan 14, 2024
1 parent dcfaed7 commit 5c6777e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/triangulation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,7 @@ impl AffineTriangulation {
}

pub fn retained_images(&self) -> Vec<usize> {
self.surface
.cameras
.iter()
.enumerate()
.map(|(index, _)| index)
.collect::<Vec<_>>()
vec![0, 1]
}

#[inline]
Expand Down

0 comments on commit 5c6777e

Please sign in to comment.