https://triangular-tabby-lung.glitch.me/
<!DOCTYPE html>
<html>
<head>
<script src="https://aframe.io/releases/1.6.0/aframe.min.js"></script>
</head>
<body>
<a-scene>
<!-Pies-->
<a-sphere
position="0 1.25 -5"
radius="1.25"
color="#FFFFFF">
</a-sphere>
<!-Barriga-->
<a-sphere
position="0 3 -5"
radius="0.8"
color="#FFFFFF">
</a-sphere>
<!-Cabeza-->
<a-sphere
position="0 4.1 -5"
radius="0.5"
color="#FFFFFF">
</a-sphere>
<!-Ojo derecho-->
<a-sphere
position="0.2 4.2 -4.6"
radius="0.1"
color="#000000">
</a-sphere>
<!-Ojo izquierdo-->
<a-sphere
position="-0.2 4.2 -4.6"
radius="0.1"
color="#000000">
</a-sphere>
<!-Botón inferior-->
<a-sphere
position="0 2.7 -4.15"
radius="0.07"
color="#000000">
</a-sphere>
<!-Botón medio-->
<a-sphere
position="0 3 -4.15"
radius="0.07"
color="#000000">
</a-sphere>
<!-Botón supeior-->
<a-sphere
position="0 3.3 -4.25"
radius="0.07"
color="#000000">
</a-sphere>
<!-- Nariz cónica (zanahoria) -->
<a-cone
position="0 3.9 -4.2"
radius-bottom="0.05"
radius-top="0"
height="0.3"
color="#ff7900"
rotation="90 0 0">
</a-cone>
<!-Brazo derecho-->
<a-cylinder
position="-0.65 3 -4.6"
radius="0.05"
height="1.6"
rotation="0 0 45"
color="#000000">
</a-cylinder>
<!-Brazo izquierdo-->
<a-cylinder
position="0.65 3 -4.6"
radius="0.05"
height="1.6"
rotation="0 0 135"
color="#000000">
</a-cylinder>
<!-Cuello-->
<a-cylinder
position="0 3.75 -5"
radius="0.5"
height="0.1"
color="#E33E31">
</a-cylinder>
<!-Bufanda derecho-->
<a-box
position="-0.12 3.5 -4.3"
rotation="0 60 50"
scale="0.5 0.1 0.1"
color="#E33E31">
</a-box>
<!-Bufanda izquierda-->
<a-box
position="0.12 3.5 -4.3"
rotation="0 -60 130"
scale="0.5 0.1 0.1"
color="#E33E31">
</a-box>
<!-Base sombrero-->
<a-cylinder
position="0 4.5 -5"
radius="0.5"
height="0.05"
color="#2B2D31">
</a-cylinder>
<!-Sombrero-->
<a-cylinder
position="0 5 -5"
radius="0.35"
height="0.8"
color="#2B2D31">
</a-cylinder>
<!-Cinta sombrero-->
<a-cylinder
position="0 4.65 -5"
radius="0.38"
height="0.07"
color="#F23F43">
</a-cylinder>
<a-plane
position="0 0.2 -5"
rotation="-90 0 0"
width="4"
height="4"
color="#898F98">
</a-plane>
<a-sky color="#ECECEC"></a-sky>
</a-scene>
</body>
</html>