<a-link class="link" href="index.html" title="Run counter-clockwise" on="click" position="-2 3 -4"></a-link> <a-link class="link" href="index.html" title="Run clockwise" on="click" position="2 3 -4"></a-link> <!-- Camera + cursor. --> <a-entity camera position="0 4 0" look-controls> ... </a-entity>
position="1.5 -1 -4"></a-link>
position="-1.5 -1 -4"></a-link>
animation__click="property: scale; startEvents: click; from: 0.1 0.1 0.1; to: 1 1 1; dur: 150" animation__fusing="property: fusing; startEvents: fusing; from: 1 1 1; to: 0.1 0.1 0.1; dur: 1500" event-set__1="_event: mouseenter; color: springgreen" event-set__2="_event: mouseleave; color: black " fuse="true" raycaster="objects: .link"></a-cursor> </a-entity>
position="0 -1 -4"></a-link><a-link class="link" href="https://one.sjsu.edu/" title="SJSU" on="click"
position="2 2 2"></a-link>
position="0 5 5" data-aframe-default-camera><a-cursor id="cursor"
animation__click="property: scale; startEvents: click; from: 0.1 0.1 0.1; to: 1 1 1; dur: 150" animation__fusing="property: fusing; startEvents: fusing; from: 1 1 1; to: 0.1 0.1 0.1; dur: 2500" event-set__1="_event: mouseenter; color: red" event-set__2="_event: mouseleave; color: blue " fuse="true" raycaster="objects: .link"></a-cursor> </a-entity>
<head> <script src="https://aframe.io/releases/0.8.0/aframe.min.js"></script> </head> <body> <a-scene> <a-box position="-1 0.5 -3" rotation="0 45 0" color="#4CC3D9"></a-box> <a-sphere position="0 1.25 -5" radius="1.25" color="#EF2D5E"></a-sphere> <a-cylinder position="1 0.75 -3" radius="0.5" height="1.5" color="#FFC65D"></a-cylinder> <a-plane position="0 0 -4" rotation="-90 0 0" width="4" height="4" color="#7BC8A4"></a-plane> <a-sky color="#ECECEC"></a-sky>
<a-link class="link" href="index.html" title="hello" on="click" position="-2 3 -4"></a-link> <a-link class="link" href="index.html" title="bye" on="click" position="2 3 -4"></a-link> <a-entity camera="active: true" look-controls position="0 2 0"> <a-cursor raycaster="objects: .link"></a-cursor> </a-entity> </a-scene> </body></html>
position="0 -11 -4"></a-link><a-link class="link" href="wow.html" title="Please do not click this it would be illegal to do so." on="click"
position="0 -1 -99"></a-link><a-entity camera="active: true" look-controls position="3 10 20"></a-entity>
<a-assets> <img id="city" crossorigin="anonymous" src="https://cdn.aframe.io/360-image-gallery-boilerplate/img/city.jpg"> <img id="city-thumb" crossorigin="anonymous" src="https://cdn.aframe.io/360-image-gallery-boilerplate/img/thumb-city.jpg"> </a-assets>;<!-- 360-degree image. --> <a-sky id="image-360" radius="10" src="#city"></a-sky> <!-- Image links. --> <a-link class="link" href="hello.html" title="Hello Page" on="click"
position="0 5 -4"></a-link><a-link class="link" href="bye.html" title="Bye Page" on="click"
position="0 8 -4"></a-link><!-- Camera + cursor. --> <a-entity camera look-controls> <a-cursor id="cursor"
animation__click="property: scale; startEvents: click; from: 0.1 0.1 0.1; to: 1 1 1; dur: 150" animation__fusing="property: fusing; startEvents: fusing; from: 1 1 1; to: 0.1 0.1 0.1; dur: 1500" event-set__1="_event: mouseenter; color: springgreen" event-set__2="_event: mouseleave; color: black " fuse="true" raycaster="objects: .link"></a-cursor> </a-entity> </a-scene> </body> </html>
<a-assets> <img id="city" crossorigin="anonymous" src="https://cdn.aframe.io/360-image-gallery-boilerplate/img/city.jpg"> <img id="city-thumb" crossorigin="anonymous" src="https://cdn.aframe.io/360-image-gallery-boilerplate/img/thumb-city.jpg"> </a-assets>;<!-- 360-degree image. --> <a-sky id="image-360" radius="10" src="#city"></a-sky> <!-- Image links. --> <a-link class="link" href="hello.html" title="Hello Page" on="click"
position="0 -1 -4"></a-link><a-link class="link" href="index.html" title="Click Here!" on="click"
position="0 -1 4"></a-link><a-link class="link" href="index.html" title="Don't Click Here!" on="click"
position="0 1 -4"></a-link><!-- Camera + cursor. --> <a-entity camera look-controls position="0 5 0"> <a-cursor id="cursor"
animation__click="property: scale; startEvents: click; from: 0.1 0.1 0.1; to: 1 1 1; dur: 150" animation__fusing="property: fusing; startEvents: fusing; from: 1 1 1; to: 0.1 0.1 0.1; dur: 1500" fuse="true" raycaster="objects: .link"></a-cursor> </a-entity> </a-scene> </body> </html>