When creating shapes, I am looking for a way to store information about them. Currently, I am utilizing an HTML canvas for the texture and keeping values in the element attributes arrays of the canvases. However, I am curious if there is a simpler method to maintain attributes that applies to all Three.js shapes, regardless of their construction methods.