![]() |
#2
|
|||
|
|||
When applying the texture and fragment program, specify the sub-node that the skin texture is applied to. For example:
Code:
face.apply(blend,'skin_geom') face.texture(tex1,'skin_geom') face.texture(tex2,'skin_geom',1) |
|
|