Skip to content

Commit cd181b7

Browse files
committed
screenshots added
1 parent bd602e1 commit cd181b7

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

lib/ui/widgets/WidgetProjection.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class _WidgetProjectionPageState extends State<WidgetProjectionPage> {
7373
augmentedImagesMap[augmentedImage.index] = augmentedImage;
7474
}
7575
setState(() {
76-
x = augmentedImage.centerPose.rotation[0] * 30; // left
76+
x = augmentedImage.centerPose.rotation[0] * 35; // left
7777
y = augmentedImage.centerPose.rotation[3] * 50; // top
7878
width = augmentedImage.extentZ * 2500;
7979
height = augmentedImage.extentZ * 3500;

screenshots/jobs.png

1.46 MB
Loading

screenshots/login.png

113 KB
Loading

screenshots/profile.png

266 KB
Loading

0 commit comments

Comments
 (0)