REALTIME CG PROJECT
Krist Pornpairin 6031301721
GITHUB: https://github.com/krist7599555/webgl-realtimecg-project/tree/master/src/routes
this project is working like my playground to learn WebGL hard way. THREE.js is fantastic but too magic to know the concept from the course. My Expectation is able to write high performance graphic in low spec mobile (especially iphone which only suport webgl1 on browser)
this project include
- visualize normal map
- visualize GLTF format
- show that webgl is just 2D draw api which support depth
- working with framebuffer nested
- shadow map