2
0
erichlof 10 жил өмнө
parent
commit
3ee2e831af

+ 1 - 1
src/objects/ShadowMesh.js

@@ -19,7 +19,7 @@ THREE.ShadowMesh = function ( mesh ) {
 	
 	
 	THREE.Mesh.call( this, mesh.geometry, shadowMaterial );
 	THREE.Mesh.call( this, mesh.geometry, shadowMaterial );
 	
 	
-	this.parentMeshMatrix = mesh.matrix;
+	this.parentMeshMatrix = mesh.matrixWorld;
 	
 	
 	this.frustumCulled = false;
 	this.frustumCulled = false;