Przeglądaj źródła

XRHandMeshModel: Removed material.side workaround. (Fixed in 1.0.8)

Mr.doob 4 lat temu
rodzic
commit
9db9ac8716
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      examples/jsm/webxr/XRHandMeshModel.js

+ 0 - 2
examples/jsm/webxr/XRHandMeshModel.js

@@ -23,8 +23,6 @@ class XRHandMeshModel {
 			mesh.castShadow = true;
 			mesh.receiveShadow = true;
 
-			mesh.material.side = 0; // Workaround: force FrontSide
-
 			const joints = [
 				'wrist',
 				'thumb-metacarpal',