Building organic forms
In this first video you can see one of these first organisms reacting to a Mozart's Requiem. The reason I have used classical music in these experiments is because it is more organic and more random than beat-based electronic music. The result is quite an organic feel which is achieved by the innate geometry of this object.
|
Darkfield Illumination In these experiments I worked on reproducing a microscopy technique known as darkfield illumination whereby a single beam of light is shot at the subject and its reflection is captured by the microscope revealing details that would not otherwise be visible. This gives the illusion that the subject is glowing itself instead of being illuminated by an external light source. This illusion is also the solution when trying to recreate this in 3d: turn off the lights and apply a glowing texture on the object. Adding a lot of noise gives the low-res effect of a microscope. Besides the treatment I worked on further refining the technique I was using for generating my abstract microscopic organisms and their reaction to sound. As you can see from this video, the movement is much more fluid and indicative of the sound input. This was done by assigning the sound only to position of points but also to the scale of polygons so as the sound escalates the tentacles appear to inflate and vibrate until the music really kicks in and the whole thing inflates like it was injected by some sort of chemical. I like the idea how digital input can replace chemical input in this simulation of organicity. |
Sub-polygon texturing Successive trial and error to achieve a porous membrane in the likes of diatoms and their skeleton structure. The underlying mathematical geometry of these organisms is becoming very apparent when “dissecting” them and restructuring them in the 3D visualising program. The way to go about it is sub-polygon displacement where you lay out a two dimensional grayscale pattern. The darker areas denote depth while the lighter areas height, and in this way you sculpt a contour of the skin that is then going to be calculated and projected in 3d by the program. The patterns can be very complicated and elaborate with the limitation that the resulting skin cannot overlap itself. To create these skins I am using shaders which are resolution-free fractals – in effect mathematical equations – so as to avoid pixel artifacts and to create a mathematical organicity. The process in this way remains completely computer generated. In these examples I am finally becoming more proficient at complex sub-polygon texturing but also at a more realistic simulation of darkfield illumination. With some post-production these could look quite realistic. In the examples on the left I used the input of sound to split the 5 polygons of the 5 sides of the star above and altered their position according to frequency. In the example on the bottom left I am altering the position of points on the surface of the diatom with the use of sound to make it seem as if it is bubbling inside. In this video you can see a 4 sided diatom whose sides have been mapped to sound and made to move and rotate bringing the diatom into digital life. In this second example, using the same principle but with different parameters to show the range of motion.
|
In these renderings I am finally starting to master the art of texturing - the textures are now highly detailed and organic and have a glassy tone to them just like a diatom’s glassy shell. I found that the trick is to get a balance between geometry and chaos – the way to do this is to create something fully geometric and then apply a layer of random distortion to it. This again reflects what I had noticed before about nature being mathematical with a slight distortion of chaos.
|
Cytoplasm This was a completely different sound experiment to the rest as I tried to find more inconspicuous and subtle ways to input sound. The first idea was to animate the actual pores upon the surface of the diatom. The proper way to do this would be to create an array of cylinders that scale up and down according to sound and then subtract them from the surface of the diatom. Unfortunately the number of calculations that have to be performed to achieve this is too much for any computer. The work around I found was to render the cylinders as a black and white map and then project this upon the surface. In principle it should work but the pixelation that occurs from this does not yield satisfactory results.
|