biochem-fan / GLmol

A molecular viewer written in Javascript and WebGL
73 stars 28 forks source link

bug fix - Parsed element symbols converted to caps #12

Closed lukasturcani closed 7 years ago

lukasturcani commented 7 years ago

This is so that the elemental symbol read from the file matches the entries in ElementColors and vdwRadii. Atoms like Br were not getting rendered because of this.

also changed entries of Li and Na in vdwRadii to be all caps for consistency and to match the parsed strings.