|
| Fiery |
| How do I specify which objects and from which light should cast shadows? For example I have 2 lights and 2 objects that cast shadows, I need one of them to cast shadows from on light and another from the second light. How can I do it? Thank you. |
| Andyba |
| The only idea that comes to my mind is to use 2 shadow passes. One for the first object shadow and one for the second object shadow. |