diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..d010e37 --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +AugmentedReality \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..ac216bc --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml new file mode 100644 index 0000000..0bdee4b --- /dev/null +++ b/.idea/gradle.xml @@ -0,0 +1,21 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..a5f05cd --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index fb0d77e..98e6a58 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 797acea..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 8f4c0ca..0121bb9 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ There are some following steps ## Permissions : - We are using [Camera permission](https://developer.android.com/guide/topics/media/camera) and [hardware.camera.ar permission](https://developers.google.com/ar/develop/java/enable-arcore). - + ## Output will be You will see the astronaut model on the plain surface. - ![ezgif com-gif-maker](https://user-images.githubusercontent.com/78479435/127455465-58fd042e-f7c8-4595-9293-8bf878706336.gif) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2ced8d0..63ff717 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -4,9 +4,7 @@ - + - + \ No newline at end of file diff --git a/app/src/main/java/com/thecodework/augmentedreality/MainActivity.kt b/app/src/main/java/com/thecodework/augmentedreality/MainActivity.kt index 64bd5d9..755a7d0 100644 --- a/app/src/main/java/com/thecodework/augmentedreality/MainActivity.kt +++ b/app/src/main/java/com/thecodework/augmentedreality/MainActivity.kt @@ -60,7 +60,4 @@ class MainActivity : AppCompatActivity() { node.renderable = modelRenderable node.select() } - - - } \ No newline at end of file diff --git a/app/src/main/res/raw/astronaut.sfb b/app/src/main/res/raw/astronaut.sfb index de45959..648b065 100644 Binary files a/app/src/main/res/raw/astronaut.sfb and b/app/src/main/res/raw/astronaut.sfb differ