You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to make ball and stick as default, but when i click apply nothing happens. i tried even change this part of the code to just this.drawBondsAsStick(target, hetatm, this.cylinderRadius / 2.0, this.cylinderRadius, true, true, 0.3); but nothing happend
Are your molecules really "HETATM"s in the PDB file? The above does not apply to "ATOM" records.
Thank you very much for your interest in GLmol but this project is no longer actively maintained. I suggest you to use more modern WebGL based molecular viewers, for example Mol*.
I want to make ball and stick as default, but when i click apply nothing happens. i tried even change this part of the code to just
this.drawBondsAsStick(target, hetatm, this.cylinderRadius / 2.0, this.cylinderRadius, true, true, 0.3);
but nothing happenddon't even the background changes to white when i click on apply button.
The text was updated successfully, but these errors were encountered: