Skip to content

Commit

Permalink
feat(pointcloud): Topview defaults from -x to x
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerwin-L committed Feb 17, 2023
1 parent 23cdfc1 commit 9f49afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lb-utils/src/PerspectiveShiftUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PerspectiveShiftUtils {
* @returns
*/
public static topViewMatrix4(distance: number): TMatrix4Tuple {
return this.translationMatrix(0, 0, distance);
return this.translationMatrix(-0.01, 0, distance);
}

/**
Expand Down

0 comments on commit 9f49afc

Please sign in to comment.