Hi,
I am experiencing an interesting issue. I have a mesh which on sides have a partially transparent texture, mesh has another parts below, which should be visible.
From one side, everything is fine - I can see nontransparent parts from the texture and below the other parts of the mesh. Unfortunately from the other side, it displays the transparent texture and it doesnt display anything else behind.
Please see screenshot
Does anyone give me an advice, what might be wrong here?
Looks like your material is doing depth writing or isn't in the transparent queue. What's the oar's material script look like?
A couple of possible fixes:
- make sure the oars are being put in the transparent queue so they render after the boats (set scene_blend alpha_blend in the pass and disable depth_write)
- or enable depth rejection to cull any transparent pixel in the oars. That is better for performance, but it may leave a semi transparent halo around the oars.
Hi Kojack,
thank you for reply.
My first question is simple - as far as I understand from your reply, there is no way to have transparent and solid textures in the same material?
The mesh currently uses just one material