Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 257 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 257 Bytes

TinyWebGLRender

一个最小功能的WebGL渲染引擎

实现功能

  • 实现正交相机
  • 实现模型,相机,渲染器的归纳
  • 支持了多模型和多shader

运行步骤

  • 执行npm install
  • 执行npm run start