• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
1

Hologram / Projector Beams without plugins

Community Expert ,
Apr 30, 2022 Apr 30, 2022

Copy link to clipboard

Copied

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.

 

 

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

 

Expressions:

Force 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]

 

TOPICS
How to

Views

776

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Jun 07, 2022 Jun 07, 2022

Copy link to clipboard

Copied

LATEST

Thanks for sharing, @ShiveringCactus!

 

Best,

Rameez

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines