3dmol / 3Dmol.js

WebGL accelerated JavaScript molecular graphics library
https://3dmol.org/
Other
786 stars 192 forks source link

CDJSON parsed molecules don't display sticks #116

Closed sky1e closed 9 years ago

sky1e commented 9 years ago

A molecule parsed by the CDJSON parser has all of the correct atoms and bonds—it displays correctly under line—but for some reason when displaying the bonds with the stick style it displays nothing.

Example

dkoes commented 9 years ago

You need to define the serial field in the atom objects to be a unique identifier.