kylegmaxwell / learn-webgl

Sample app using webgl directly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebGL

Before getting started with three.js, I decided to learn a bit of webgl. Followed lessons from this blog.

http://learningwebgl.com/blog/?p=1786

Author: Kyle Maxwell

Instructions

To run the http-server use yarn start

Navigate to http://localhost:8080/

You should see some cubes with a texture of a house and clouds. There is a faint occlusion effect when the cubes make a concave corner. The algorithm could really use some work.

About

Sample app using webgl directly

License:MIT License


Languages

Language:JavaScript 94.9%Language:HTML 5.1%