Built with blockbuilder.org
xxxxxxxxxx
<html>
<head>
<meta charset="utf-8">
<title>South Park! • A-Frame</title>
<meta name="description" content="Pizza! • A-Frame">
<script src="https://cdnjs.cloudflare.com/ajax/libs/aframe/0.3.2/aframe.min.js"></script>
</head>
<body>
<a-scene>
<!-- Pizza -->
<a-cylinder position="-2 0 0"
radius="2"
height="0.15"
color="#FCD7B1"
></a-cylinder>
<a-cylinder position="-2 0 0"
radius="1.9"
height="0.155"
color="red"
></a-cylinder>
<a-cylinder
position="-2 0 0"
radius="1.85"
height="0.16"
></a-cylinder>
<a-cylinder
position="-2 0.1 0"
radius="0.25"
height="0.15"
color="darkred"
></a-cylinder>
<a-cylinder
position="-2 0.1 -0.1"
radius="0.25"
height="0.15"
color="darkred"
></a-cylinder>
<a-sky color="#974627"></a-sky>
<a-entity position="1 0 6">
<a-camera></a-camera>
</a-entity>
</a-scene>
</body>
</html>
https://cdnjs.cloudflare.com/ajax/libs/aframe/0.3.2/aframe.min.js