diff --git a/show/dance2015/song6.n3 b/show/dance2015/song6.n3 --- a/show/dance2015/song6.n3 +++ b/show/dance2015/song6.n3 @@ -6,10 +6,12 @@ ns1:curve , , - ; + , + ; ns1:effect , , - . + , + . a ns1:Curve ; rdfs:label "song6" . @@ -20,6 +22,9 @@ a ns1:Curve ; rdfs:label "song6glow" . + a ns1:Curve ; + rdfs:label "blacklight" . + a ns1:Effect ; rdfs:label "song6" ; ns1:code "env = ", @@ -35,3 +40,12 @@ ns1:code "env = ", "out = * env" . + a ns1:Effect, + ; + rdfs:label "blacklight" ; + ns1:code "env = ", + "out = [env * p1, env * p2, env * p4]", + "p1 = * .3", + "p2 = Strip.solid('LRW', (0,0,1))", + "p4 = Blacklight(1)" . +