diff --git a/src/mesh/Rope.js b/src/mesh/Rope.js index 1d28280..c324e6e 100644 --- a/src/mesh/Rope.js +++ b/src/mesh/Rope.js @@ -229,6 +229,7 @@ this.geometry.getAttribute('aVertexPosition').update(); this.uniforms.alpha = this.worldAlpha; + this.uniforms.uSample2 = this.texture; this.containerUpdateTransform(); }