halo and shadowless materials

Hi all:

I have a scene with a plane. This plane has a photograph as texture. For some reasons I need it to tune it in order to avoid shadows (in shaders I set off the shadows). But this has several consequences!!!

The first I did notice was that halo materials (between the camera and the plane) do not work in the same way… why? are halos based on light absorption or something similar?

Can anyone comment on this and in other effects of working with shadowless materials?

Thanks in advance!!!

www.enriquesahagun.es

Halos are more of a video post process as far as I can tell. This means they are rendered after the rest of the scene. This is why they can not appear in refelctions or cast shadows.

The easiest way to do what you want to do is to use buffered shadows. This means you can only use spotlight for shadow casting. The reason for this is that the spotlight is the only lamp that still supports buffered shadows. Buffered shadows are the shadows that are linked to those shadow buttons in the materials section. These shadows work the way you would think they should, not like raytraced shadows. The buffered shadows you can turn on and off with the buttons.

So build you scene around these limitations and you can achieve success. Otherwise, you have to go into nodes and separate passes and re-composite. A bunch of extra work, if you ask me. And there are bugs in that node system wich prevents colored shadows from separating correctly.

I am attaching an example BLEND that shows buffered shadows at work.

The blue sphere is a HALO texture.
The red sphere is reflecting, but no shadow.
The red cube is reflecting with shadow.

Attachments


ras_shadow_mirror.blend (375 KB)