Skip to content

Instantly share code, notes, and snippets.

@calebhsu
Last active August 31, 2015 13:39
Show Gist options
  • Save calebhsu/bcc2abab67d11b407e20 to your computer and use it in GitHub Desktop.
Save calebhsu/bcc2abab67d11b407e20 to your computer and use it in GitHub Desktop.
craftml
<craft>
<info>
<title><!-- Add a title here --></title>
</info>
<style>
.scoop {
opacity: 0.5;
}
</style>
<part name="petal">
<craft name="ring" module="craft-ring"/>
<row spacing="-45.6" l="centerZ()" t="
scale(0.5,1.45,0.5)
rotateZ(180)
rotateY(160)
">
<ring thickness="31.5" t="scale(1,1,2)"></ring>
<sphere radius="25" class="scoop" t="
scale(1,1,2)
rotateY(-15)
"></sphere>
</row>
</part>
<petal></petal>
</craft>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment