We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51bed7 commit 2c9b143Copy full SHA for 2c9b143
examples/jsm/webxr/OculusHandModel.js
@@ -5,6 +5,7 @@ import { XRHandMeshModel } from './XRHandMeshModel.js';
5
const DEFAULT_PROFILES_PATH = 'https://cdn.jsdelivr.net/npm/@webxr-input-profiles/[email protected]/dist/profiles';
6
const DEFAULT_PROFILE = 'generic-hand';
7
8
+const TOUCH_RADIUS = 0.01;
9
const POINTING_JOINT = 'index-finger-tip';
10
11
class OculusHandModel extends Object3D {
0 commit comments