Returns a list for the setup r3dmol()
function, to set
overall settings for the viewer going forward.
1 2 3 4 5 6 7 8 9 10 11 12 |
id |
id of the canvas. |
defaultcolors |
Object defining default atom colors as atom => color property value pairs for all models within this viewer. |
cartoonQuality |
Defaults to |
antialias |
Logical, disable to decrease quality but improve performance. |
nomouse |
Whether to disable handling of mouse events. Disabled will prevent user interaction. |
backgroundColor |
color of the canvas's background. |
lowerZoomLimit |
Specify how far the user can zoom in. |
upperZoomLimit |
Specify how far the user can zoom out. |
orthographic |
Logical. Setting orthographic instead of perspective representation. |
disableFog |
Logical, disable fog, defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.