Visual effects techniques

If you've done much game development work, whether it is two or three dimensional, then you are aware of the traditional SubUV technique for creating particle effects. This technique involves creating a sprite sheet that represents a particle, such as fire or smoke, and having the game engine animate through the cells. This creates an animated particle that looks three dimensional but is actually a 2D texture. Here is an example of smoke:

Smoke particle created with the SubUV technique

Your first thought might be that this type of particle would be ideal for VR since we are projecting a smoke particle with a 2D texture. ...

Get Unreal Engine Virtual Reality Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.