I am attempting a dynamic hair mod. The clip's behavior and depth are controlled by the targetElement variable, which is defined as follows:
This setting is described to be above the head, ear, and body but apparently the hair is so long that it is clipping through the forearm/elbow region.
Is there any trick to force the dynamic hair to the top-most layer?
Code:
var targetElement:String = ModElements.DYNAMIC_HAIR_OVER;
This setting is described to be above the head, ear, and body but apparently the hair is so long that it is clipping through the forearm/elbow region.
Is there any trick to force the dynamic hair to the top-most layer?