Texture for cliffs question

Everything related to 3D programming
User avatar
minimy
Enthusiast
Enthusiast
Posts: 551
Joined: Mon Jul 08, 2013 8:43 pm
Location: off world

Texture for cliffs question

Post by minimy »

There is a way to create a material within PB that detects the cliffs of the mesh to apply another texture fused with the main one.
I don't know if I explain myself well.
So it has 2 textures, one for the flat areas and another for the cliff areas and that they blend.

If you could give a simple example, I thank you.
If translation=Error: reply="Sorry, Im Spanish": Endif
DarkDragon
Addict
Addict
Posts: 2344
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Texture for cliffs question

Post by DarkDragon »

You can solve it by different UV coordinates or multitexturing & shaders, ... it's all upon you.
bye,
Daniel
User avatar
minimy
Enthusiast
Enthusiast
Posts: 551
Joined: Mon Jul 08, 2013 8:43 pm
Location: off world

Re: Texture for cliffs question

Post by minimy »

Hello, it seems that I did not explain myself well.
I know how to make a .material file. Using 3 textures, 2 for color and 1 for alpha (mix between two color textures).
The issue is to do it within PB without using an external material file.
Better if mix two textures depending on the degree of slope, faces or normal. Not alpha channel to mix the two color textures.
Examples are wellcome.
Any way, thanks for help.
If translation=Error: reply="Sorry, Im Spanish": Endif
Post Reply