This WebGL test automatically generates a tree model. This tree model is then repeated to represent a forest. A spotlight is created above the viewer and shines on the ground [ … ]
Category: Portfolio
HTML5 Game of Life
This is an HTML5 implementation of Conway’s Game of Life. A twist has been implemented in this version; water is now a factor. A balance of water is constantly being [ … ]
WebGL Test: Height Map
In the process of learning HTML5 and WebGL, I wanted to produce an image in which the user has control of the light location. This image is generated using both [ … ]
Deferred Shading
This is my first attempt trying to use the Deferred Shading approach to produce a realtime image containing several lights. This current implementation still contains some calculation errors. Once these [ … ]
Web-based Tile Landscape Generator
An Adobe Flex application that randomly generates landscape using 8×8 tiles. It uses Perlin noise to randomly generate the landscape, and I replaced the gradients with appropriate tiles to render [ … ]
Landscape Generator
The idea is for a random landscape to be generated, in which all the textures are created dynamically. Currently the system creates the landscape and give it a basic color. [ … ]
Radiohead
When the band Radiohead decided to release their point cloud data for their video “House of Cards” I decided it would be a great idea to render this data using [ … ]
OFF 3D Model Viewer
This was originally an assignment for my Multimedia class in University. The application is designed to load OFF files into the viewer window. The user can then view them in [ … ]