User:Wayne Decatur/SecStrFadeIn: Difference between revisions

From Proteopedia
Jump to navigationJump to search
Wayne Decatur (talk | contribs)
mNo edit summary
Wayne Decatur (talk | contribs)
mNo edit summary
Line 50: Line 50:
delay 2.0;
delay 2.0;
echo "Next start revealing a tube tracing the backbone. ";
echo "Next start revealing a tube tracing the backbone. ";
var b = [0.01,0.05,0.01,0.2,0.5,0.7, 0.85, 1.0, 1.2]; for(var i IN b) {backbone @i; delay 0.4;};
var b = [0.01,0.05,0.01,0.2,0.3,0.4,0.5,0.6,0.7, 0.75]; for(var i IN b) {trace @i; delay 0.4;};
echo "And fade out the ball and stick representation... ";
 
var c = [0.8,0.5,0.4,0.2, 0.1,0.05,0.01]; for(var i IN c) {spacefill @i; wireframe @i; delay 0.4;};
</script>
</script>
   <text>Added 3rd part</text>
   <text>Added 3rd part</text>

Revision as of 03:49, 22 November 2014

Constructing animation

.

Drag the structure with the mouse to rotate


1dtg ball and stick - STARTING SCENE

Code in Page Versions To Use as Guides

(basic)

(with fancy cartoons)

Extras

References

Proteopedia Page Contributors and Editors (what is this?)

Wayne Decatur