Rodrigo Salazar

RodrigoSalazar

About Me

EXPERTISE
Hobbyist
INDUSTRY
Film/TV

Connect

LOCATION
United States
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Why are the shadows on a grid different than on a box? Oct. 24, 2016, 11:15 p.m.

Thanks mzigaib! It's interesting that both solutions here work. I imagine what you suggested is probably the right way to do this.

I guess this means that to correctly render something with lights, all the geometry needs normals (And they are not calculated on the fly by the render if missing). Does this mean that the renderer is allowed to just do whatever it wants if there's no vertex normals? Like undefined behavior?

I wonder why the solution I came up with (increasing the poly count on the box), also seems to work.

Why are the shadows on a grid different than on a box? Oct. 23, 2016, 9:06 p.m.

I've been working out these issues with shadowing in my project for a couple weeks now (an hour a day or so)…

I just realized that if I increase the Axis Divisions on my Box geometry from the default 2, to a much larger number that the shadow becomes more and more correct. This explains why the grid received correct shadowing because the default divisions/polycount is very high.

Does anyone know why this happens? Why does the surface not shadow correctly unless it has a high poly count?

Thanks in advance to anyone that can share their expertise on this.

Why are the shadows on a grid different than on a box? Oct. 23, 2016, 6:07 p.m.

Trying to figure out why Houdini/Mantra shows incorrect looking results for the shadow of 1 object onto a box, but shows correct looking results for shadows onto a ‘grid’.

I have boiled down my problem to a sample scene which reproduces my problem with a little shader ball geometry and a spotlight pointing at it.

For the spot light i'm using the default shadow type: Ray-Traced Shadows, and have my shadow mask set to *.

Does anyone have any idea?