diff --git a/src/mesh/geometry/Geometry.js b/src/mesh/geometry/Geometry.js index b2cfa71..51aea50 100644 --- a/src/mesh/geometry/Geometry.js +++ b/src/mesh/geometry/Geometry.js @@ -85,6 +85,7 @@ this.data.add(buffer.id, buffer); // dynamically create an access point.. + // TODO - is this good or Bad? this[id] = buffer; return this;