brickmaker / three-webgl-template

basic template for WebGL development using three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

three-webgl-template

Minimum example for WebGL kickstart using three as utility tools

Three do all boring staffs like bindBuffer, enableAttribute, especially set modelViewMatrix and projectionMatrix.

All we need to do is preparing data and write shaders.

About

basic template for WebGL development using three.js


Languages

Language:JavaScript 90.0%Language:HTML 10.0%