
Recreating the Genesis Effect from Star Trek II: the Wrath of Khan
An Adobe After Effects tutorial
KHAAAAAAAAAN!Â
In this video, I look at how to recreate the iconic Genesis Effect as simulated by some of the very first CGI in movies.
Star Trek II: The Wrath of Khan (1982) used a Cray supercomputer to render the minute long sequence. Â The shot was reused in both Star Trek III : The Search for Spock and Star Trek IV : The Voyage Home, so you know it must have been good. Â In the sequence, a torpedo is fired into dead moon, which is quickly covered in fiery particles. Â Then the surface glow fades to see greenery and water appear on the surface before pulling back to reveal an M-class world with clouds.Â
It’s an awesome sequence and the hardest part turned out to be the camera move, which I had to give up on, but still I think I capture the feeling of it.
The tutorial only uses the included effects and one plug-in, the free Orb effect from Video Copilot. It’s a long tutorial and I have focussed more on the techniques involved rather than trying to match everything exactly.
- Project download: https://www.dropbox.com/s/zat5aghc24wrlxx/Genesis.zip?dl=1
- Video Copilot Orb: https://www.videocopilot.net/orb/
- Mercury: https://solarsystem.nasa.gov/resources/531/enhanced-color-mercury-map/
- Normal Map online: http://cpetry.github.io/NormalMap-Online/
Expressions:
Position X:
x=thisComp.layer(“Planet NULL”).transform.position[0]-thisComp.width/2;
x/thisComp.width;
Position Y:
y=thisComp.layer(“”Planet NULL”).transform.position[1]-thisComp.height/2;
y/thisComp.width;Â
Position Z:
z=thisComp.layer(“”Planet NULL”).transform.position[2];
z/thisComp.width;
###
Enjoying this tutorial? Sign up now for the Creative COW Newsletter!

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