jessjohn123 / Exploding_Teapots

WebGL project which renders up to 10 teapot models that explode. The program also tessellates the low poly model to a smoother one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt tag alt tag

WebGL Exploding Teapots

WebGL project which renders up to 10 teapot models that explode. The program also tessellates the low poly model to a smoother one.

The user interface has two sliders which allow users to toggle number of teapots and how many times the tessellation algorithm is called.

To run, clone the repository then in this directory run an HTTP server from your command line. Open up localhost on the correct port and the project should run.

Live demo: http://dylancutler.us/teapot.html

This application uses the following libraries:

  • jQuery v2.1.4
  • cuon-matrix.js : Matrix library
  • web-gl-loader.js : OBJ parser

About

WebGL project which renders up to 10 teapot models that explode. The program also tessellates the low poly model to a smoother one.


Languages

Language:JavaScript 91.4%Language:HTML 7.9%Language:CSS 0.7%