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…
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:
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.
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…
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…
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:
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:
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…
As we’ve seen in class, one of the greatest advantages of WebGL is the capability of running a complex program on the web without the need of any external software to help us build, compile and run the program. We’re going to…
The following project is the final assignment from the Interactive Visual Computing class at Universidad de Los Andes. Here are the…