|
|
@@ -239,7 +239,7 @@ class XRControllerModelFactory {
|
|
|
|
|
|
const xrInputSource = event.data;
|
|
|
|
|
|
- if ( xrInputSource.targetRayMode !== 'tracked-pointer' || ! xrInputSource.gamepad ) return;
|
|
|
+ if ( xrInputSource.targetRayMode !== 'tracked-pointer' || ! xrInputSource.gamepad || xrInputSource.hand ) return;
|
|
|
|
|
|
fetchProfile( xrInputSource, this.path, DEFAULT_PROFILE ).then( ( { profile, assetPath } ) => {
|
|
|
|