Skip to content

A simple project where a snowman is drawn using WebGL

Notifications You must be signed in to change notification settings

esmitt/WebGLSnowMan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A snowman using WebGL

This is a simple testing code to draw some geometrical 3D figures. In this case is a snowman lit using Phong, also a plane-texture composed the floor.

The snow man is not complete! (still missing his scarf and carrot-nose).

It was written in WebGL, shaders are in the index.html file, and the core is in the script.js. The code is not elegant: to write in the todolist. I am using the MV.js extracted from Angel's code to handle the matrix and vector in Javascript

Keys (or buttons) w and s are able to zoom in/out fromt the camera point of view. I tested on Firefox and Chrome.

If you want to contribute to this project and make it better, your help is very welcome.

Releases

No releases published

Packages

No packages published