Include the following HTML in webpages using the library:
<script src="/[PATH TO LIBRARY]/compiled/Renderer.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/Shapes.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/GroundPlane.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/Animator.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/SceneGraph.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/MovableCamera.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/KeyListener.js"></script>
<script src="/[PATH TO LIBRARY]/compiled/Material.js"></script>
<script src="/[PATH TO WebGLUtils LIBRAY]/compiled/WebGLUtils.js"></script>
<script src="/[PATH TO glMatrix]/gl-matrix.js"></script>