How can i make a semi sphere like display (check image for reference)?

Yes, this would calculate a value if your condition is true.

And may be one more question, is it posible to return only one value from the fucntion. I mean only one condition of branch will be executed at once. is there any node like a logical OR which can output either input A or B (float values) ?

You can duplicate your ReturnNode and use it for the False path of the branch.

4 Likes

You can have many returns:

Or use a local variable:

3 Likes

ThANKS @L1z4rD89 @Everynone I didnot think about it…Yea i think its working :grinning:

3 Likes

Hallo

I am able to adjust the sphere and may be a little more help. I now need to shade the side of the sphere with a light color. (the part shown in the image). What may can be used ?

Here is the sphere i made

Need to shape the outline of the sphere using a color. (like the area covered in red area for four sides)
IM11

Any answer will be helpful