8

It's been a little while i'm using Blender now, but I never did try to simulate smoke yet.

I have to work on titles for a little movie and I was wondering if it was possible to make a picture projection on a smoke simulation (using Cycles) and if you had some directions to handle this?

Thanks!

p2or
  • 15,860
  • 10
  • 83
  • 143
gordie
  • 2,510
  • 3
  • 25
  • 47

3 Answers3

9

You can use a spot light and add an image as texture to it.

enter image description here

7

In Cycles (I don't know about BI) you can use the standard smoke node setup (without the fire nodes) and replace the color attribute node with an image texture node using window texture coordinates.

Here is the render:
enter image description here

For comparison, here is it using the actual smoke color (before replacing the color attribute node):
enter image description here

And here are the nodes:
enter image description here
Click to enlarge

If your image has an alpha channel just multiply the density attribute node by the alpha channel before giving it to the density of the shaders.

PGmath
  • 25,106
  • 17
  • 103
  • 199
  • Thanks PGmath, that's a nice solution but I forget to mention that what I'm looking for is to distort the picture on the smoke mesh (projection), so cegaton's answer is perfect for me :) – gordie Sep 11 '15 at 09:33
-1

Also, have a look at the UV projet modifier.

gordie
  • 2,510
  • 3
  • 25
  • 47