This old version of Proteopedia is provided for student assignments while the new version is undergoing repairs. Content and edits done in this old version of Proteopedia after March 1, 2026 will eventually be lost when it is retired in about June of 2026.
Apply for new accounts at the new Proteopedia. Your logins will work in both the old and new versions.
User:Karsten Theis/macros
From Proteopedia
(New page: == ball-and-stick to spacefill and back == select visible; spacefill 30%; delay 0.2; spacefill 40%; delay 0.2; spacefill 50%; delay 0.2; spacefill 60%; delay 0.2; spacefill 70%;...) |
|||
| Line 1: | Line 1: | ||
| - | |||
== ball-and-stick to spacefill and back == | == ball-and-stick to spacefill and back == | ||
| Line 20: | Line 19: | ||
delay 1.8; | delay 1.8; | ||
spacefill 20%; | spacefill 20%; | ||
| + | |||
| + | |||
| + | == Wayne's fade surface == | ||
| + | set ribbonborder on; set antialiasdisplay on; var a = [1,2,3,4,5,6,7,8]; for(var i IN a) {isosurface translucent @i; delay 0.4; | ||
Current revision
ball-and-stick to spacefill and back
select visible; spacefill 30%; delay 0.2; spacefill 40%; delay 0.2; spacefill 50%; delay 0.2; spacefill 60%; delay 0.2; spacefill 70%; delay 0.2; spacefill 80%; delay 0.2; spacefill 90%; delay 0.2; spacefill 100%; delay 1.8; spacefill 20%;
Wayne's fade surface
set ribbonborder on; set antialiasdisplay on; var a = [1,2,3,4,5,6,7,8]; for(var i IN a) {isosurface translucent @i; delay 0.4;
