diff --git a/examples/controllers/handControllerGrab.js b/examples/controllers/handControllerGrab.js index 48cc299326..2d82896e26 100644 --- a/examples/controllers/handControllerGrab.js +++ b/examples/controllers/handControllerGrab.js @@ -448,6 +448,10 @@ function MyController(hand) { continue; } + if (propsForCandidate.type == 'Light') { + continue; + } + if (propsForCandidate.locked && !grabbableDataForCandidate.wantsTrigger) { continue; }