Currently working with threejs and experimenting with the example found in this link:
The challenge I'm facing is related to creating double bonds between grey and red spheres in the example. While I came across some resources suggesting ways to achieve this, it appears that threejs does not directly support it. The following link illustrates what I am referring to:
In the provided page, you can see how the fumerate molecule (in a text file) is structured. Any suggestions on incorporating a double bond either visually or by modifying the line's class to adjust its size or color would be greatly appreciated.