Skip to content

Instantly share code, notes, and snippets.

<!-- Access at https://creative.colorado.edu/~hacu8228/Capstone/Code/FlowerFinal.html -->
<!-- Final flower animation. New colors and all flowers rotate. -->
<!-- Include A-Frame -->
<head>
<script src="https://aframe.io/releases/1.2.0/aframe.min.js"></script>
<!-- Include ar.js for A-Frame -->
<script src="https://jeromeetienne.github.io/AR.js/aframe/build/aframe-ar.js"></script>
/*
Hannah Curran
April 4th, 2022
Title: Final Project Code
Descritpion: This code uses an LMV324 sound detector to control the color of neopixels based on the volume of the room.
Resources:
https://learn.adafruit.com/adafruit-neopixel-uberguide/arduino-library-use
*/
<!-- Access at https://creative.colorado.edu/~hacu8228/Capstone/Code/TestOBJ.html -->
<!-- Camera doesn't open -->
<!-- Include A-Frame -->
<head>
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
<!-- Include ar.js for A-Frame -->
<script src="https://jeromeetienne.github.io/AR.js/aframe/build/aframe-ar.js"></script>
<!-- Access at https://creative.colorado.edu/~hacu8228/Capstone/Code/Test2 -->
<!-- Code asks for camera access but model is not shown -->
<!-- Include A-Frame -->
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
<!-- Include ar.js for A-Frame -->
<script src="https://jeromeetienne.github.io/AR.js/aframe/build/aframe-ar.js"></script>
<!-- Define the body -->
<!-- Access at https://creative.colorado.edu/~hacu8228/Capstone/Code/Test -->
<!-- Box appears over marker -->
<!-- Include A-Frame -->
<script src="https://aframe.io/releases/0.6.0/aframe.min.js"></script>
<!-- Include ar.js for A-Frame -->
<script src="https://jeromeetienne.github.io/AR.js/aframe/build/aframe-ar.js"></script>
<!-- Define the body -->