Soap Bubbles

smSoap bubbles are –almost– always spheres.

We will see how to texture the spheres and how to create two joined spheres.

We’ll start by creating a sphere.

The sphere receives an image texture called Bubble.

The texture is:

  • Fully transparent
  • Glossy
  • With a 15% reflectivity and Cosine reflectivity interpolation.
  • With a Specular color map
Screen Shot 2013-03-20 at 18.59.44

The Bubble texture. Click the image for the full size screenshot

This is the Specular color map, created from a distorted spectrum gradient.

Specular-color

Let us now add a reflected environment.

A Kitchen Counter reflected environment

A Kitchen Counter reflected environment

We are done with the basic bubbles.

basic bubbles

To create two joined bubbles we will join two spheres with a Boolean Union and then add a disc where the spheres join.

Screen Shot 2013-03-20 at 19.12.22

Two spheres

Screen Shot 2013-03-20 at 19.12.51

Two spheres, joined with a Boolean , with a disc added between the spheres

Add the texture, and the joined bubbles are ready.

booleaned

Those are the basic bubbles.