Skip to content

Instantly share code, notes, and snippets.

Created August 23, 2015 14:35
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
joshVR snapshot
<!-- VR Airplane by David Bryant (dbryant@mozilla.com) -->
<scene>
<!-- Airplane = all parts grouped together -->
<group rotateX="0.23" rotateY="0.00" rotateZ="0.0" translateX="0.0" translateY="0.0" translateZ="0.0">
<!-- Fuselage -->
<group>
<sphere translateY="1.0" scaleX="5.0" scaleZ="0.7" scaleY="0.7"/>
</group>
<!-- Tail assembly -->
<group translateX="2.6" translateY="1.0">
<sphere translateY="0.2" scaleX="1.0" scaleY="1.5" scaleZ="0.2"/>
<sphere scaleX="1.0" scaleY="0.2" scaleZ="2.5"/>
</group>
<!-- Wing -->
<group translateY="1.0">
<sphere scaleX="1.5" scaleY="0.25" scaleZ="5.0"/>
</group>
</group>
</scene>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment