opengl_3d_viewing_of_atoms
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| opengl_3d_viewing_of_atoms [2020/03/18 19:15] – johnsoevans | opengl_3d_viewing_of_atoms [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | **How atoms are displayed in OpenGL** | ||
| + | Atoms colors and radii are defined in the files ATOM_COLORS.DEF and ATOM_RADIUS.DEF respectively. A site defined as: | ||
| + | |||
| + | < | ||
| + | |||
| + | will be displayed as a Sulfur atom. If the Site Name, minus the numbers, is not found in ATOM_COLOURS.DEF then the atom type defined at the first site occupancy is used. Thus a site defined as: | ||
| + | |||
| + | < | ||
| + | |||
| + | will be displayed as an Aluminium atom. | ||
| + | |||
| + | --- // | ||
| + | |||
| + | On an old laptop the structure viewer in the test version of topas v7 wouldn' | ||