Skip to content

Instantly share code, notes, and snippets.

@calebhsu
Last active September 26, 2015 22:28
Show Gist options
  • Save calebhsu/0aa3550037dfde447149 to your computer and use it in GitHub Desktop.
Save calebhsu/0aa3550037dfde447149 to your computer and use it in GitHub Desktop.
Simplified ark using CraftML tags
<craft>
<info>
<title>Simplified Ark</title>
</info>
<style>
* { color: saddlebrown; }
</style>
<row spacing="-10" t="cropZ(0 30%) cropY(70%) rotateX(-90)">
<sphere radius="10"></sphere>
<cylinder radius="10" height="25" t="rotateY(90)"></cylinder>
<sphere radius="10"></sphere>
</row>
</craft>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment