I’m currently working on a live picture/3D composite using nodes and UV wrapping. I’m having a couple problems - first is when I unwrap my mesh it unwraps one half fine but triangulates the other (see attachment). What could cause that?
Another thing is I’m trying to use nodes to composite and I want to change the color of my shadow but I can’t find anything on how to use nodes to do that. I’ve done some experimenting but I haven’t come up with any good results yet. Does anyone have any pointers?
Your UV unwrap issue I think this is a normals problem, in edit mode select all your
quads and press CTRL-N which should recalculate your normals outside. Also just
before you unwrap try setting to Conformal instead of Angle Based under Editing (F9)
in the UV Claculation Panel, it may give a better result.
Shadow color can be adjusted under Shading (F5) in the Shadow Spot Panel.
Hope this helps?
Thanks! Switching the normals fixed the UV problem. I’m still a bit confused about adjusting the shadow color though. In the Shadow and Spot box it give me button options for Ray Shadow or Only Shadow and the calculation algorithm but nothing about color or anything like that. Am I completely missing something? Or do you have to have a specific type of lamp?