Computer Graphics Final Project

NMSU Chemistry and Biosciences Building

Oops ... your browser doesn't support the HTML5 canvas element

    This project is to simulate the NMSU Chemistry and Biosciences building on campus using WebGL. This project was created by myself and is for my CS476 Computer Graphics class. It is created with a HTML page with the controls and canvas element along with the vertex and fragment shader C code within it that sends points from buffers into the GPU. Then a JavaScript file is used to create objects of all shapes and surfaces used to create the building and stores position, color, lighting, and texture data into buffers to be loaded into the GPU. A set of controls can be used to adjust scene or camera and manipulate the moving object.