Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 843 Bytes

File metadata and controls

26 lines (19 loc) · 843 Bytes

ELGR: ELli's simple GRaphics


Usage:

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>

Necessary dependencies also need to be included:

<script src="/[PATH TO WebGLUtils LIBRAY]/compiled/WebGLUtils.js"></script>
<script src="/[PATH TO glMatrix]/gl-matrix.js"></script>