Skip to content

Commit

Permalink
Reduced Controller size by 30 percent
Browse files Browse the repository at this point in the history
  • Loading branch information
DanAtPocket committed Sep 23, 2020
1 parent af131bf commit be8b919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/src/main/cpp/VROInputPresenterOVR.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ class VROInputPresenterOVR : public VROInputPresenter {
void initControllerModel(std::shared_ptr<VRONode> node, std::shared_ptr<VRODriver> driver, std::string modelSource) {
setLightForNode(node);

node->setScale({0.7, 0.7, 0.7});

// Create our controller model
std::shared_ptr<VRONode> controllerNod2 = std::make_shared<VRONode>();
controllerNod2->setScale({0.015, 0.015, 0.015});
Expand Down

0 comments on commit be8b919

Please sign in to comment.