- Starting after what length of the strands should one start doing a collision detection
- Octree is used because it makes the method inexpensive, but given bad resolution at certain mesh levels it can give us really poor results.. so we need extra algorithms for that (like in case of Bezier hairs, after a collision is detected and hair is deflected one should skip the next control point and not look for collision there..etc.)
- Cup-shaped meshes poses the biggest problem when hair falls into them (like the collar bones).. even with the best algorithms I have written so far, you can get some strands passing through the body.
But in general, I am satisfied with the results. Hair looks more natural and follow the tangent of the upper body and the neck. Now if I could figure out... how to exactly solve the problem with the hair ends (see the figure) after I make the collision detection!

No comments:
Post a Comment