speck-renderer
Version:
Browser-based WebGL molecule renderer with the goal of producing figures that are as attractive as they are practical.
53 lines (52 loc) • 1.13 kB
JavaScript
export default {
"preset": "Default",
"remembered": {
"Default": {
"0": {
"atomRadius": 60,
"relativeAtomRadius": 100,
"bondRadius": 50,
"ambientOcclusion": 75,
"brightness": 50,
"outlineStrength": 1,
"samplesPerFrame": 32,
"bonds": false,
"bondThreshold": 1.2,
"bondShade": 50,
"atomShade": 50,
"depthOfFieldStrength": 0,
"depthOfFieldPosition": 50,
"antialiasingPasses": 1
}
},
"BallAndStick": {
"0": {
"atomRadius": 24,
"relativeAtomRadius": 64,
"bondRadius": 50,
"bonds": true,
"bondThreshold": 1.2,
"outlineStrength": 1
}
},
"Licorice": {
"0": {
"atomRadius": 10,
"relativeAtomRadius": 0,
"bondRadius": 100,
"bonds": true,
"bondThreshold": 1.2,
"outlineStrength": 1
}
},
"Cartoon": {
"0": {
"ambientOcclusion": 0,
"samplesPerFrame": 0,
"brightness": 50,
"outlineStrength": 100
}
}
},
"folders": {}
};