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 4926b07 commit 9db9ac8Copy full SHA for 9db9ac8
examples/jsm/webxr/XRHandMeshModel.js
@@ -23,8 +23,6 @@ class XRHandMeshModel {
23
mesh.castShadow = true;
24
mesh.receiveShadow = true;
25
26
- mesh.material.side = 0; // Workaround: force FrontSide
27
-
28
const joints = [
29
'wrist',
30
'thumb-metacarpal',
0 commit comments