Skip to content

Commit 4f20743

Browse files
committed
made sphere in image marker example smaller
1 parent 229a7f1 commit 4f20743

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

debug/apps/armarkers/src/main/java/armarkers/Sketch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void setup() {
2525
tracker.start();
2626
tracker.addImage("earth", earthImg);
2727

28-
earth = createShape(SPHERE, 0.25f);
28+
earth = createShape(SPHERE, 0.15f);
2929
}
3030

3131
public void draw() {

debug/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':apps:simple', ':apps:wallpaper', ':apps:vrcube', ':apps:arscene', ':apps:watchface', ':apps:fast2d', ':libs:processing-core', 'libs:google-vr',':libs:processing-vr', ':libs:processing-ar'
1+
include ':apps:simple', ':apps:wallpaper', ':apps:vrcube', ':apps:arscene', ':apps:armarkers', ':apps:watchface', ':apps:fast2d', ':libs:processing-core', 'libs:google-vr',':libs:processing-vr', ':libs:processing-ar'

mode/libraries/ar/examples/ImageMarkers/ImageMarkers.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void setup() {
2121
// marker beforehand
2222
// tracker.addImage("earth", earthImg, 0.25);
2323

24-
earth = createShape(SPHERE, 0.5);
24+
earth = createShape(SPHERE, 0.15);
2525
}
2626

2727
void draw() {

0 commit comments

Comments
 (0)