diff --git a/src/mesh/Rope.js b/src/mesh/Rope.js index 630ed5f..9c017bb 100644 --- a/src/mesh/Rope.js +++ b/src/mesh/Rope.js @@ -47,6 +47,12 @@ */ this.indices = new Uint16Array(points.length * 2); + /* + * @member {TextureUvs} Current texture uvs + * @private + */ + this._textureUvs = null; + this.refresh(); }