Jmol/Surfaces: Difference between revisions
From Proteopedia
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
== Examples and Jmol commands to modify them == | == Examples and Jmol commands to modify them == | ||
Here is the surface of <scene name='87/871286/Rnase_a/1'>RNAse</scene>. It is shown with the default parameters "frontlit" and "frontonly". | |||
<jmol> | |||
<jmolRadioGroup> | |||
<item> | |||
<script>isosurface ID "1" frontlit</script> | |||
<text>Frontlit</text> | |||
</item> | |||
<item> | |||
<script>isosurface ID "1" backlit</script> | |||
<text>Backlit</text> | |||
</item> | |||
<item> | |||
<script>isosurface ID "1" fullylit</script> | |||
<text>Fullylit</text> | |||
<checked>true</checked> | |||
</item> | |||
</jmolRadioGroup> | |||
</jmol> | |||
</StructureSection> | </StructureSection> | ||