Skip to content

Playground for writing 3D GL shaders in Javascript for the web

Notifications You must be signed in to change notification settings

chrisyerga/javascript-shaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript-shaders

Exploring writing GL shaders in Javascript using three.js. The three.js model involves writing shaders (the cube uses a Fragment Shader that interpolates the vertex colors for each face). The vertex colors are provided to the shader from the polygon's Material which references the shader and also specifies the vertex colors for each face.

Alt text

About

Playground for writing 3D GL shaders in Javascript for the web

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published