Multiple materials/colors on single object?

   1673   2   1
User Avatar
Member
60 posts
Joined: Nov. 2015
Offline
Hello all,

I have a sphere, and I’d like one half of the sphere to have one material, and the other half to have another material/color. How would I achieve this? A sphere with two colors.

Thanks for any advice.

T
User Avatar
Member
104 posts
Joined: Dec. 2014
Offline
Terence Ziegler
Hello all,

I have a sphere, and I’d like one half of the sphere to have one material, and the other half to have another material/color. How would I achieve this? A sphere with two colors.

Thanks for any advice.

T
I guess you would first put one half of the sphere in one group and then use material node to assign different material to the different groups. There are many ways to create a group. For example, when sphere is in origin, you can easily determine which half of the sphere is where in coordinate system, make simple statement, like @P.x < 0, which would select all the points which are on -x part. I would suggest reading about the groups.
User Avatar
Member
60 posts
Joined: Nov. 2015
Offline
Thank you!
  • Quick Links