Create After Effects Hologram Beams

Hologram / Projector beams without plugins

A tutorial for Adobe After Effects I’ve taken another run at creating hologram beams (which could also be used for a movie projector).

In my original tutorial I used lots of CC Radial Blur, which almost worked, but here I show a completely different technique which it’s simple to set up and really adaptable – it’s all based on the Corner Pin effect, but rather than leave it there, I show first how to get a “Star Wars” hologram look, then I build up a number of effects all on one layer, so that I can save it as a preset.

Some contents or functionalities here are not available due to your cookie preferences!

This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

FFX Preset: https://bit.ly/3CeqgOY

Expressions:
Force to centre of comp:
X = thisComp.width/2;
Y = thisComp.height/2;
[X,Y]

Corner Pin Lower Left:
X = effect(“Corner Pin”)(“Upper Left”)[0];
Y = effect(“Corner Pin”)(“Upper Left”)[1]+1;
[X,Y]

Corner Pin Upper Right:
X = effect(“Hologram Layer”)(“Layer”).transform.position[0]+effect(“Offset Object width”)(“Slider”);
Y = effect(“Hologram Layer”)(“Layer”).transform.position[1]-effect(“Hologram Layer”)
(“Layer”).height/2;
[X,Y]

###

Enjoying this tutorial? Sign up now for the Creative COW Newsletter!

This image has an empty alt attribute; its file name is WebNewsprint_Cow_Newsletter_Depositphotos_21902427_1200-1024x576-1.jpg

Sign up for the Creative COW newsletter and get weekly updates on industry news, forum highlights, inspirational tutorials, tips, burning questions, and more! Receive bulletins from the largest, longest-running community dedicated to supporting professionals working in film, video, and audio.

Enter your email address, a first and last name, and let us know what you’d like to see more of in the message!

Responses

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy