Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 517 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 517 Bytes

WebGL-study

About

Some studies of WebGL, originally a homework of Interactive Computer Graphics 2021 Spring.

Plan to study when I want.

Features

  • Shading
    • Flat Shading
    • Gouraud Shading
    • Phong Shading
  • Model
    • 3 Teapot models
  • Lighting
    • 3 single color lights
  • UI
    • Some transformations(translate, scale, shear) of the models
    • Translation and RGB of the lights

Screenshot

image

Notes

TBD