User:Wayne Decatur/Sandbox AntialiasDisplayAltersEchoImage: Difference between revisions
From Proteopedia
Jump to navigationJump to search
mNo edit summary |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Template:Lrrapplet1}} | {{Template:Lrrapplet1}} | ||
This page was just set up to test something I noticed while experimenting with 'set echo image'. | |||
<scene name='User:Wayne_Decatur/Sandbox_JmolSetEchoImageTest/Surf/4'>Run this scene</scene> | <scene name='User:Wayne_Decatur/Sandbox_JmolSetEchoImageTest/Surf/4'>Run this scene</scene> | ||
Then: | Then toggle antialiasdisply on with the button below and notice the black text and lines: | ||
<jmol> | <jmol> | ||
| Line 13: | Line 13: | ||
</jmol> | </jmol> | ||
Also notice the parts that aren't solid black seem to remain unaffected. | |||
<scene name='User:Wayne_Decatur/Sandbox_JmolSetEchoImageTest/Testupdateofimage/1'> | |||
<scene name='User:Wayne_Decatur/Sandbox_JmolSetEchoImageTest/Testupdateofimage/1'>Run this scene for another example</scene> | |||
Then toggle antialiasdisply on with the button below and notice the black text: | |||
<jmol> | |||
<jmolButton> | |||
<script>if(antialiasDisplay);antialiasDisplay = false;antialiasDisplayFlag = false;else;antialiasDisplay = true;antialiasDisplayFlag = true;endif;</script> | |||
<text>AntiAliasDisplay On/Off</text> | |||
</jmolButton> | |||
</jmol> | |||