hi, In the css3d_periodictable example, I want to dynamically add a object to 3D model without refreshing the webpage. How can I done this?How should I write the js code???
To add a new element it should be enough to repeat the code from the initial for-loop - between lines 243 and 268 - and put it in an event listener, or any other place you’d like the new object to be dynamically added from.