Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Iterate through profiles
  • Loading branch information
dmarcos committed Oct 20, 2022
commit bacc457d3d9b9083bfa204ead0726da170a9913b
3 changes: 2 additions & 1 deletion src/components/oculus-touch-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,8 @@ module.exports.Component = registerComponent('oculus-touch-controls', {
id: id,
hand: data.hand,
orientationOffset: data.orientationOffset,
handTrackingEnabled: false
handTrackingEnabled: false,
iterateControllerProfiles: true
});
this.loadModel(controller);
},
Expand Down