I have a spherical mesh, which I have given color by using deconstruct mesh and construct mesh. I want to add transpareny to the mesh with the same colors.
I tried doing it with create material component but the end mesh doesn’t have the same colors. Can anyone help me with this?
Hi, Thank you for the reply. But I am looking for the same array of colors as seen in the construct mesh component, just the transparency needs to be reduced.
While certainly not perfect, I was messing around with the gradient hatch in Rhino WIP, and got something kind of close. Unfortunately, in the current build, the baking of the gradient hatch is broken. But it is pretty awesome!
Hi Chris,
Thank you for the reply. Yeah the mesh vertex don’t show transparency, I had even tried adding the alpha value by remapping the color output from the mesh color, but it didn’t work out.
I see this looks interesting, unfortunately I don’t have access to Rhino 7 WIP and the Gradient Hatch Component is available only in Rhino 7 is it?
Definitely looks promising! And yes, it is Rhino 7 WIP only. Maybe support for transparency will get added to mesh vertices soon!
Lastly, as I’m sure you know, hatches only work on planar regions/boundaries, so if you are using meshes, you will need to consider a workflow that results in planar faces. (one example might be simply triangulating the mesh. This will mean that all face boundaries are planar).
Yes, I hope transparency for meshes gets added soon
Yes, I realized that the mesh needs to be planar for transparency to work. I will work out a workflow, or simply triangulate them as you said. Thank you so much for all the help Chris