lowhung / glsl-sphere-shading

A mini-project during my time in my computer graphics course at UBC. Each sphere represents a different light model implementation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GLSL Shading and Light

About

This project consists of rendering 5 spheres, the first 4 using gouraud, blinn-phong and anisotropic and phong modeling. The 5th sphere is rendered with a texture on it. The project was done using THREE.js, Javascript and GLSL. The project can be run on Google Chrome.

Running this project

I will return to this with the full list of instructions.

About

A mini-project during my time in my computer graphics course at UBC. Each sphere represents a different light model implementation.


Languages

Language:JavaScript 53.5%Language:GLSL 46.5%