yiwenl / Alfrid

A WebGL tool set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alfrid npm version

A WebGL tool set

Default Vertex Attributes

  • aVertexPosition
  • aTextureCoord
  • aNormal

Default Matrix Uniforms

  • uModelMatrix
  • uViewMatrix
  • uProjectionMatrix
  • uNormalMatrix
  • uModelViewMatrixInverse

Installation

npm install;

Development

npm run dev;

Build

npm run build;

About

A WebGL tool set.

License:MIT License


Languages

Language:JavaScript 85.0%Language:GLSL 14.8%Language:CSS 0.1%Language:HTML 0.1%