Skip to content

Commit

Permalink
XRHandMeshModel: Removed material.side workaround. (Fixed in 1.0.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 11, 2021
1 parent 4926b07 commit 9db9ac8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/jsm/webxr/XRHandMeshModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ class XRHandMeshModel {
mesh.castShadow = true;
mesh.receiveShadow = true;

mesh.material.side = 0; // Workaround: force FrontSide

const joints = [
'wrist',
'thumb-metacarpal',
Expand Down

0 comments on commit 9db9ac8

Please sign in to comment.