Archive 19/01/2023.

[SOLVED] Double sided texture and alpha

Hevedy

Hi.
Im making a 3d model and dont find to apply textures for double side in the model and with texture for alpha channel.
What need make, change or add for this ? (In the material files… ?)

Thanks.

Hevedy

Alpha added in the diffuse texture:

But now need the double side…

Mike

Did you check http://discourse.urho3d.io/t/double-side-rendering-using-materials-list/44/1 or is it something else you want to achieve?

Hevedy

Impossible to see this in the editor?

Mike

It is already in the editor:

  • open the Material editor by clicking “Edit” in Material inspector > Material.
  • then modify Cull mode (at the botom)from CCW (default) to None.
Hevedy

[quote=“Mike”]It is already in the editor:

  • open the Material editor by clicking “Edit” in Material inspector > Material.
  • then modify Cull mode (at the botom)from CCW (default) to None.[/quote]

O wow no see that :confused:
Sorry thanks.

Ty.