<?xml version="1.0" encoding="UTF-8"?>
<!-- Genesis Ojeda Rosa - COMP 3600 -->
<X3D profile='Immersive'>
<Scene>
<!-- Cone base ice cream -->
<Transform translation='0 0 0' rotation= '100.0 0 0 3.14'>
<Shape>
<Cone bottomRadius='3.5' height='2.5'/>
<Appearance>
<ImageTexture
url=' "cone.jpg"'/>
</Appearance>
<Cone/>
</Shape>
</Transform>
<!-- Scoop 1 -->
<Transform translation='0 1.4 0'>
<Shape>
<Sphere radius='1.0'/>
<Appearance>
<ImageTexture
url=' "icecream1.jpg"'/>
</Appearance>
</Shape>
</Transform>
<!-- Scoop 2 -->
<Transform translation='0 2.6 0'>
<Shape>
<Sphere radius='1.0'/>
<Appearance>
<ImageTexture
url=' "icecream2.jpg"'/>
</Appearance>
</Shape>
</Transform>
<!-- Scoop 3 -->
<Transform translation='0 3.8 0'>
<Shape>
<Sphere radius='1.0'/>
<Appearance>
<ImageTexture
url=' "icecream3.jpg"'/>
</Appearance>
</Shape>
</Transform>
<Sound>
<AudioClip loop='true' enabled="true" url='"icecream.wav" "icecream.wav"'/>
</Sound>
</Scene>
</X3D>