Page 1 of 1

Object - Ground intersection area problem

Posted: Mon Oct 24, 2022 11:39 pm
by Delizade
Hello,

I tried many things to prevent this problem but I couldn't. There is a shiny slice at intersection areas. What is the problem here?
intersection problem.png
file:
intersection problem.png
C4D 2023
Octane 2021.1.6.R5
Windows 10

Re: Object - Ground intersection area problem

Posted: Tue Oct 25, 2022 2:46 pm
by aoktar
Read ray_epsilon parameter in the manual to learn it.

Re: Object - Ground intersection area problem

Posted: Tue Oct 25, 2022 3:52 pm
by elsksa
aoktar wrote:Read ray_epsilon parameter in the manual to learn it.
This ^

It is upmost important to acknowledge that a change of the Ray Epsilon is often caused by a wrong-scene scale. Therefore, implying that the scene-scale has to be properly adjusted (to avoid many rendering issues), which wouldn't require to change the Ray Epsilon (aside from edge-cases that call for it).

Re: Object - Ground intersection area problem

Posted: Tue Oct 25, 2022 4:28 pm
by Delizade
hi,
Sure, I will read docs.

But before posting this problem I tried that but it didn't work. I tried so small value like 0.000001.
There is a ground (plane object) in the scene and single HDRI Env. I've added another plane object under the ground object (I mean it is not visible actually) and problem is gone.

@elska for the scale issue, I tried some test with a new document. With default RayEp value there was the same problem. I will try to change project scale values to see its effects about this problem.

thank you

Re: Object - Ground intersection area problem

Posted: Tue Oct 25, 2022 7:02 pm
by aoktar
Your objects are tiny. Just making the ray_epsilon too small that's fixing the issue.

Re: Object - Ground intersection area problem

Posted: Tue Oct 25, 2022 7:36 pm
by Delizade
Okay,
thank you.