Skip to content

Commit

Permalink
fixing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
John Wedgbury committed Mar 28, 2018
1 parent 4b40fd6 commit 27a5354
Show file tree
Hide file tree
Showing 28 changed files with 179 additions and 81 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package uk.co.appoly.arcorelocation;

import com.google.ar.core.Anchor;
import com.john.arcorelocation.rendering.Renderer;
import uk.co.appoly.arcorelocation.rendering.Renderer;

/**
* Created by John on 02/03/2018.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import com.google.ar.core.Frame;
import com.google.ar.core.Pose;
import com.google.ar.core.Session;
import com.john.arcorelocation.sensor.DeviceLocation;
import com.john.arcorelocation.sensor.DeviceOrientation;
import com.john.arcorelocation.utils.LocationUtils;
import uk.co.appoly.arcorelocation.sensor.DeviceLocation;
import uk.co.appoly.arcorelocation.sensor.DeviceOrientation;
import uk.co.appoly.arcorelocation.utils.LocationUtils;

import java.util.ArrayList;

Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion examples/hello_ar_java/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

226 changes: 162 additions & 64 deletions examples/hello_ar_java/.idea/workspace.xml

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions examples/hello_ar_java/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,9 @@ dependencies {
implementation 'de.javagl:obj:0.2.1'
implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:design:27.0.2'
implementation 'com.github.appoly:ARCore-Location:0.0.1'
compile 'com.github.appoly:ARCore-Location:0.0.2'
}

repositories {

maven { url 'https://jitpack.io' }
}

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

0 comments on commit 27a5354

Please sign in to comment.