From d31dbdf9c15f3ae3bbbb5cebf8521cf2d234e83c Mon Sep 17 00:00:00 2001 From: Royce DSouza Date: Thu, 14 May 2020 21:16:48 +0000 Subject: [PATCH] Updated ArCarDemo --- README.md | 2 +- code-samples/App.js | 9 ++++----- code-samples/js/ARCarDemo/res/tesla/object_car.obj | 2 +- code-samples/package.json | 1 + 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index de36a3159..83f4d534a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Viro React Viro React is a platform for developers to rapidly build augmented reality (AR) and virtual reality (VR) experiences. Developers write in React Native, and Viro runs their code natively across all mobile VR (including Google Daydream, Samsung Gear VR, and Google Cardboard for iOS and Android) and AR (iOS ARKit and Android ARCore) platforms. [More info here](http://docs.viromedia.com/). -This project contains various sample Viro projects. +This project contains the full source code for Viro React, and various sample Viro projects. The platform is free to use with no limits on distribution. diff --git a/code-samples/App.js b/code-samples/App.js index de7e69b33..5b65ab7a8 100644 --- a/code-samples/App.js +++ b/code-samples/App.js @@ -51,11 +51,10 @@ var ViroCodeSamplesSceneNavigator = createReactClass({ if (showARScene) { return ( - + ); } else { return ( diff --git a/code-samples/js/ARCarDemo/res/tesla/object_car.obj b/code-samples/js/ARCarDemo/res/tesla/object_car.obj index 44002181a..f6a1e8545 100644 --- a/code-samples/js/ARCarDemo/res/tesla/object_car.obj +++ b/code-samples/js/ARCarDemo/res/tesla/object_car.obj @@ -1,6 +1,6 @@ # This file uses centimeters as units for non-parametric coordinates. -mtllib object_car_2.mtl +mtllib object_car.mtl g default v 1.029775 0.020907 -1.192865 v 1.029775 0.059468 -1.426152 diff --git a/code-samples/package.json b/code-samples/package.json index 777d65cce..784119618 100644 --- a/code-samples/package.json +++ b/code-samples/package.json @@ -8,6 +8,7 @@ "test": "jest" }, "dependencies": { + "ngrok": "^3.2.7", "react": "16.8.3", "react-native": "0.59.3", "react-viro": "2.16.0"