Giving my living room the James Cameron treatment with lasers and glycerin
Ridley Scott’s Alien was a life-changing experience for me, one of the most influential movies in my life. So when I finally saw James Cameron’s balls-out sequel Aliens you can imagine my reaction - the Alien Queen, the marine smartguns - perfection. But it was a simple effect in the opening sequence that has stuck with me the longest - the laser liquid sky effect:
Let’s understand how this effect was achieved, then recreate it.
Ridley Scott used this effect in Alien in a subtle way, to imply a protective shield around the alien eggs:
The story behind how this effect ended up in Alien is an interesting read, and guides us in understanding how the effect was achieved. The origin is laser light shows in the music industry. By rapidly scanning a laser beam back-and-forth in a foggy environment, persistence of vision creates the illusion of a plane of glowing light. The fluid dynamics of the fog give an organic swirling effect.
It is a shockingly simple effect which produces a stunning result.
To make our own version of the effect, we will:
Let’s get started.
Of all of the senses, sight is the one I want to lose the least. We will need a way to protect our eyes for this project (and any other laser projects we want to do in the future). Most laser scanners combine red, green, and blue lasers, so we want protection for the most common laser wavelengths:
We also need to consider the output wattage of our lasers. For this project we will be using low power lasers (under 300mW), but it would be good to have protection beyond that for more powerful lasers in the future.
Laser eye protection is rated by “optical density” (OD). The higher the OD number, the less light that is transmitted:
NOTE: The OD rating of protective eyewear does not guarantee that the laser beam won’t melt its way through! For that, we would need to consider the EN 207 and EN 208 ratings for pulsed or continuous power. Not a problem for our weak lasers.
And one final consideration is a reputable seller - we want to be sure that we are getting the protection we are looking for. After considerable digging on the Laser Pointer Forums, we find a preferred brand: Eagle Pair.
We go with the following:
Another device which may come in handy from a safety perspective is a laser power meter. With cheap laser diodes (like the ones we will be working with), it is common that the specifications of the device you purchase do not match what is claimed. The output power can differ from what is claimed, and the laser diode may not have proper filtering to block infrared radiation (an invisible danger for our eyes). A laser power meter (combined with appropriate filters) can quantify both of these things. Unfortunately, they are expensive devices. Luckily, an enterprising member of the Laser Pointer Forums has developed the Hyperion laser power meter (LPM).
We’ll use this to confirm the output power of the laser diodes we end up using.
With safety figured out, we can move on to making our laser scanner.
Before we can make our own laser scanner, we need to understand how they work. At a high level, they are very simple: sweep a laser source back-and-forth quickly.
The laser source is straightforward: three laser diodes (Red, Green, Blue) and dichroic mirrors to create arbitrary colors:
The hard problem is sweeping the resultant laser beam back and forth quickly and reliably. Physically moving the emitting laser diodes themselves at the speeds required would be extremely difficult, so the approach typically taken is much simpler: point the combined laser beam at a small, highly-polished mirror, and sweep that mirror back and forth at high speed. Combine two mirrors (one rotating along the X axis, the other along the Y axis) and you have a galvanometer:
As usual, we’ll start by surveying what China has to offer. One cheap laser galvanometer shows up across all the suppliers, the AT20:
The important specifications are:
A 60 degree sweep is enough for our purposes. But how should we understand the scanning speed specification? Kpps (Kilo Points per second) is a measure of how many thousand points per second the galvo mirrors can accurately move between while scanning at an 8° test angle. To know if this is good enough we’ll compare to typical specifications for laser galvos:
20 Kpps should be good enough for our purposes, so we’ll move forward with the AT20.
Once again we survey what China offers on the cheap end of things. Laser pointers of dubious quality (and power ratings) are available, but they won’t be powerful enough for our purposes. Even if we pursued higher power red, green, and blue laser diodes we would still need to build all the supporting optics for combining the three laser beams for arbitrary colors. Once again the users at the LaserPointerForum comes to the rescue: Laserland sells all-in-one RGB laser module with sufficient power (300mW total) at a reasonable price:
The specifications:
The green laser has a significantly lower output power, but this is expected - the human eye has a peak sensitivity at ~555nm which causes green light (at 520nm) to appear significantly brighter than blue (~450nm) or red (~660nm) light as the same optical power.
With the galvo and laser source figured out, we can move onto the control electronics.
Each galvo axis (X and Y) expects an analog input voltage ranging from 0V to 5V. Since we’ll be using an Arduino Uno R3 as our microcontroller board (which does not offer true analog outputs), we’ll will need to use an external DAC (digital-to-analog converter) to provide the required signal. The MCP4822 will meet our requirements - with 12-bit resolution it can accept values from 0 (corresponding to bottommost position of the mirror swing angle) to 4095 (corresponding to the topmost position), with 2047 corresponding to central position.
For our purposes a sine wave sweeping from 0 to 4095 at a constant frequency will achieve the liquid sky effect. But prior to that we can also animate the beam by manipulating the min and max values of the sinusoid, as well as its frequency.
The RGB lasers are controlled by a TTL signal, with 0V corresponding to laser off, and a voltage between 3-5V corresponding to laser on. The laser power levels are not controlled with an analog voltage, the laser is either at full power or off. If we want to achieve arbitrary colors, we will need to combine the red, green, and blue laser with different power levels - we can do this with PWM (pulse-width modulation). With the 8-bit resolution of the Arudino Uno R3 PWM pins, we will have 256 steps of brightness to work with.
We can ensure the laser beam and the galvo mirrors remain aligned with a 3D-printed enclosure, this will also limit the laser beam to our intended direction:
The completed assembly:
We can now work on dialing in the galvo control code. After testing, a sweep of 450Hz is the highest we can achieve:
For comparison, this is a test with a low sweep rate:
The choice of fog machine is easy: a generic 900W model from China completely dominates the low-price segment:
For fog liquid, it is simple to make our own - all we need is distilled water and pure glycerin:
We can vary the ratios for desired thickness:
Mix, shake well, and you have fog juice.
For this project we will go with a 75/25 mix.
We need something interesting for the laser to scan. We’re recreating an effect from Alien/Aliens, so a sci-fi theme seems appropriate and gives me an excuse to make some large-scale 3D prints I’ve had on my bucket list.
The DOOM helmet:
And the Scout Trooper helmet:
Thanks to the extremely large build volume of the AnyCubic Chiron (400mm x 400mm x 450mm) these models can be printed at full-size without having to segment any components:
After days of printing, sanding, priming, painting, and weathering, we have our props:
We set everything up, wait for the evening, fill the room with smoke, and perform a test of the scripted animation:
We’re ready to shoot the scene.
Unsurprisingly, there is a community of laser hobbyists who make their own laser scanners (Photonlexicon). The go-to laser galvo in that community seems to be the Dragon Tiger DT-30 Pro, with a higher scanning speed of 30kpps. We will keep this model in mind for future projects.