Browse Source

Update ShadowMesh.js

erichlof 10 năm trước cách đây
mục cha
commit
d032c71653
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/objects/ShadowMesh.js

+ 1 - 1
src/objects/ShadowMesh.js

@@ -4,7 +4,7 @@
  * @author erichlof /  http://github.com/erichlof
  * @author erichlof /  http://github.com/erichlof
  */
  */
 
 
-// a shadow Mesh that follows its parent Mesh in the scene, but is confined to a single plane.
+// a shadow Mesh that follows a shadow-casting Mesh in the scene, but is confined to a single plane.
 
 
 THREE.ShadowMesh = function ( mesh ) {
 THREE.ShadowMesh = function ( mesh ) {