├── .gitattributes ├── Build ├── Android │ └── SET.apk └── ReadMe.txt ├── LICENSE ├── README.md ├── SET_developerPackage.unitypackage └── Triceratops.gif /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shah-deep/Augmented-Reality-using-Vuforia/HEAD/.gitattributes -------------------------------------------------------------------------------- /Build/Android/SET.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shah-deep/Augmented-Reality-using-Vuforia/HEAD/Build/Android/SET.apk -------------------------------------------------------------------------------- /Build/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shah-deep/Augmented-Reality-using-Vuforia/HEAD/Build/ReadMe.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shah-deep/Augmented-Reality-using-Vuforia/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shah-deep/Augmented-Reality-using-Vuforia/HEAD/README.md -------------------------------------------------------------------------------- /SET_developerPackage.unitypackage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shah-deep/Augmented-Reality-using-Vuforia/HEAD/SET_developerPackage.unitypackage -------------------------------------------------------------------------------- /Triceratops.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shah-deep/Augmented-Reality-using-Vuforia/HEAD/Triceratops.gif --------------------------------------------------------------------------------