Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 581 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 581 Bytes

webgl-demos

A set of WebGL demos.

Demos

Name Description
Simple Animation 2D animation. Shapes are drawn and move outward per keyframe.
Spinning Cubes 3D geometry sent once to the renderer. The canvas is clickable; user interaction will create the spinning cubes on demand.
Lighting 3D geometry & surfaces. Demonstration of lighting & basic texturing, plus interaction with the canvas.
Animation and Textures Creates a figure. Textures. Independent movement of parts of the figure. Demonstrates texturing and animation.