diff --git a/android/app/src/main/cpp/VROInputPresenterOVR.h b/android/app/src/main/cpp/VROInputPresenterOVR.h index 682ce80..e20f38e 100755 --- a/android/app/src/main/cpp/VROInputPresenterOVR.h +++ b/android/app/src/main/cpp/VROInputPresenterOVR.h @@ -156,6 +156,8 @@ class VROInputPresenterOVR : public VROInputPresenter { void initControllerModel(std::shared_ptr node, std::shared_ptr driver, std::string modelSource) { setLightForNode(node); + node->setScale({0.7, 0.7, 0.7}); + // Create our controller model std::shared_ptr controllerNod2 = std::make_shared(); controllerNod2->setScale({0.015, 0.015, 0.015});