Difference between revisions of "PlatformSpeed"
Jump to navigation
Jump to search
AngelHerraez (talk | contribs) (new page for explaining set platformSpeed) |
AngelHerraez (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
The command <code>set platformSpeed = n</code> allows to define which features will not be rendered while the model is being rotated, translated or otherwise is moving in any way (e.g. animation by <code>moveTo</code>). | The command <code>set platformSpeed = n</code> allows to define which features will not be rendered while the model is being rotated, translated or otherwise is moving in any way (e.g. animation by <code>moveTo</code>). | ||
Revision as of 17:04, 20 November 2015
The command set platformSpeed = n
allows to define which features will not be rendered while the model is being rotated, translated or otherwise is moving in any way (e.g. animation by moveTo
).
This is aimed at achieving a smoother behaviour in resource-limited devices (like tablets), particularly while using JSmol in HTML5 modality (however, it is effective under all modalities, as well as in the Jmol application).
Lower values provide a stronger restriction of features, and so are appropriate for less powerful devices.
When the movement stops, all features will be displayed in any case.
Is this feature displayed during rotation and movement? (a dark cell means the feature is not displayed) |
set platformSpeed = | |||||||
8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | |
solid atoms (balls) and solid bonds (sticks) | ||||||||
ellipsoids | ||||||||
geosurfaces | ||||||||
cartoons, ribbons, trace, rockets (biopolymer schematics) | ||||||||
draw, isosurfaces, MO, contact, pmesh, lcaocartoon, CGO | ||||||||
translucency | ||||||||
antialiasDisplay |
Notes:
- The deafult is
set platformSpeed = 10
(right now, equivalent to 9 and 8) set platformSpeed = 8
displays everything during movement.set platformSpeed = 1
is equivalent toset wireframeRotation off
(now deprecated).set platformSpeed = 0
is reserved (for 'auto', whatever that means).
See the scripting documentation for the full reference.