4

Is it possible to create a holographic lighting in cycles? This is possible In the Blender Internal render engine, but I'm not going for linking lamps. Here is what I mean (the light that is holding the sphere inside it) -

enter image description here

Vladimir
  • 4,695
  • 14
  • 48
  • 68

1 Answers1

5

Yes, this is possible using volumetrics:

enter image description here

Method 1:

Using a cube to scatter light emitted from a spot lamp.

  1. Create a cube and give it a volume scatter material:

    enter image description here

  2. Add a spot lamp:

    enter image description here

Method 2:

You could also fake this by modeling the cone, then using a volumetric gradient for the falloff:

enter image description here

It won't be as physically accurate or as flexible, but it will be less noisy:

enter image description here


Example .blend (for both methods)

gandalf3
  • 157,169
  • 58
  • 601
  • 1,133