Page 1 of 1

C4D Terrain mask effect not supported?

Posted: Sat Sep 30, 2017 10:23 am
by Studio21
Hi,

So ive been messing around with the C4D terrain mask in octane, trying to mask out between 2 textures based on GEO slope angle...it doesnt seem to work as expected. any solution?

Thx,
Guy

Re: C4D Terrain mask effect not supported?

Posted: Sat Sep 30, 2017 2:38 pm
by RJMEngineering
After watching the IBC2017 vids I want to try this too but haven't gotten around to it. Surely there would be some way to bake the texture out to define areas of snow / rock or similar and then use that to define the location of the different octane materials?

Would love to hear your thoughts or results.

Re: C4D Terrain mask effect not supported?

Posted: Sat Sep 30, 2017 3:23 pm
by Studio21
Yeah, baking the texture from the texture tag as a last resort does sort of work...but its really not the desirable way. was hoping to keep the process a little more procedural. Ahmet, anything can be done?


Best,
Guy

Re: C4D Terrain mask effect not supported?

Posted: Mon Oct 02, 2017 1:35 pm
by bepeg4d
Hi,
you need to use the Falloff node, but you need to change the mode to Normal vs Vector 90deg:
4DAABA36-CCBC-4E54-B93C-2213359B3760.jpeg
ciao beppe

Re: C4D Terrain mask effect not supported?

Posted: Mon Oct 02, 2017 4:00 pm
by aoktar
Studio21 wrote:Hi,

So ive been messing around with the C4D terrain mask in octane, trying to mask out between 2 textures based on GEO slope angle...it doesnt seem to work as expected. any solution?

Thx,
Guy
Hi,
It's working as expected for Octane plugin. Please read my following explanation.
When you use C4D shader you should understand how they can work. There's not any possibility to directly run these shaders in GPU. So they are rendered to bitmaps and used as an image in object uv space(u=0...1, v=0....1). So you should not expect a proper results if these shaders are using world coordinate system or camera_normal/surface_normals. This is the reason why you cannot get any results as you expected. I hope this explanation is clear.

Re: C4D Terrain mask effect not supported?

Posted: Tue Oct 03, 2017 6:12 am
by Studio21
Beppe and Ahmet, ty for ur answers guys.


Best,
Guy