Skip to content

Instantly share code, notes, and snippets.

Created August 22, 2015 12:41
Show Gist options
  • Save anonymous/418f3aff3615d316bbf9 to your computer and use it in GitHub Desktop.
Save anonymous/418f3aff3615d316bbf9 to your computer and use it in GitHub Desktop.
joshVR snapshot
<scene>
<!-- Daniel -->
<group translateY="2" rotateY="-3.14">
<!-- <cube scaleX="2.75" translateY="1.0"/> -->
<!-- Each 5 spheres touchs the center one at just one pont ... just a try -->
<sphere translateX="+0.85"/> <!-- Rigth Down -->
<sphere translateX="-0.85"/> <!-- Left Down -->
<sphere translateX="+0.85" translateY="+1"/> <!-- Rigth Top -->
<sphere translateX="-0.85" translateY="+1"/> <!-- Left TOP -->
<sphere translateY="+1.52"/> <!-- top -->
<sphere translateY="-0.5"/> <!-- down -->
<sphere translateY="+0.5"/> <!-- center -->
</group>
</scene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment