Skip to content

Instantly share code, notes, and snippets.

@doubleshow
Created May 21, 2015 04:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doubleshow/fbec3acdbaf8cf7f9908 to your computer and use it in GitHub Desktop.
Save doubleshow/fbec3acdbaf8cf7f9908 to your computer and use it in GitHub Desktop.
Hinge, extensible
<craft>
<parameter name="n" default="5" type="int"/>
<craft name="female" src="female.xml"/>
<craft name="male" src="male.xml"/>
<row transform="scale(0.75,0.75,0.75)">
<repeat n="{{n}}">
<column spacing="5">
<female color="yellow"></female>
<male color="red" transform="rotateX(180)"></male>
</column>
</repeat>
</row>
</craft>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment