Icon representing a recipe

Recipe: tlaloc Flower

created by Tlaloc

Profile


Name
tlaloc Flower
ID
37148
Shared with
Public
Parent
None
Children
Created on
January 07, 2012 at 02:12 AM UTC
Updated on
January 07, 2012 at 02:12 AM UTC
Description

Doesn't do anything really useful...just creates bands in all directions from segment #5 in the protein. A demo of the Lua band.Add() function

Best for


Code


for phi=0, 2 * math.pi, .1 do for theta=0, math.pi, .1 do band.Add(5,6,4,20,theta,phi) end end structure.WiggleAll(1,true,true)

Comments