The following project is the final assignment from the Interactive Visual Computing class at Universidad de Los Andes. Here are the…
Image processing… sounds like a complicated term, right? Well, in WebGL it is fairly simple to do an example about this topic without any complication. Lets see how EvanW did it in his example:
The full example and code can be seen here:
In this illumination example, we are going to try to recreate this animation using pure WebGL and some primitives pre-defined to help us do the creation of the objects. You can find the complete source code HERE or watch the code running here:
This WebGL Example will focus on attaching textures to 3D objects such as cylinders, cones and spheres, simulating that they are a can of coke, a hershey kiss and a soccer ball, respectively. The source code can be found here:
Loading curves and showing non-symmetrical objects following this curves in WebGL.
In this example we are going to implement a basic movement animation in WebGL, based on some points the user is going to define and transforming them to points defined by its bezier curves…
Electric Flower is a WebGL project made by Henrik RydgŒrd that is part of the WebGL example collection available in this link.
I chose this rather simple example because it shows how we can make some incredible looking animations just by reutilizing…
Performing camera changes on a mobile skewish example made in WebGL
In this article I will explain the process of making camera interactions in WebGL, making some perspective changes by letting the program go from 1st person to 3rd person to long shot. I will…
WebGL 3D Model of a mobile skwish
In this entry I will explain the process of making this simple mobile figure in WebGL, taking as a model a skwish that we would normally see in…
Explaining the process of making a simple interactive element in WebGL
In this exercise we will be explaining how to achieve interactivity in a 3D Model, made with the WebGL API.