Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 423 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 423 Bytes

cg-project

ZJU CG final project

A tiny scene rendering engine based on pure WebGL.

Usage

yarn install
yarn dev

TO-DO list

  • switch shaders
  • HUD
  • lighting
  • texture
  • mesh
  • shadow (need a giant refactoring on render pipeline)
  • load model
  • mouse control
  • AABB collision detection
  • action callback based on other event

Scene Task

  • to do what?