Rag1804
(Rag1804)
1
Hi i am trying for + shape in material but i am not getting exact output please let me know how can i make change
now in below image able to do - shape with opacity trying to make opacity in + shape.
Anyone please let me know what can i do to achieve that
material is like this ::
expected is ::
. Just wanted to add a opacity line in middle
Chatouille
(Chatouille)
2
Here is a much simpler plus shape, you can probably figure out what you want to do from there ^^
Rag1804
(Rag1804)
3
How can i make this left part to fill and right part to be as it is
this is material :: [link text][2]
Rag1804
(Rag1804)
5
Hey thank you i tried like this
but I am trying to flip the final block horizantally whenever i want like mirror of the present block
how can i flip it
[link text][2]
Chatouille
(Chatouille)
6
A simple way to flip (X, or Y, or both) is to add OneMinus right after the TextureCoordinate node.
Re-using my previous example, I added a conditional X flip which you can control via scalar parameter (0 or 1) :