checking on this code further it still isn't working correctly, will commit other changes next.
This commit is contained in:
@@ -375,7 +375,7 @@ static void shrinkwrap_calc_normal_projection(ShrinkwrapCalcData *calc)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Project over negative direction of axis */
|
/* Project over negative direction of axis */
|
||||||
if (use_normal & MOD_SHRINKWRAP_PROJECT_ALLOW_NEG_DIR && hit.index == -1) {
|
if (use_normal & MOD_SHRINKWRAP_PROJECT_ALLOW_NEG_DIR) {
|
||||||
float inv_no[3];
|
float inv_no[3];
|
||||||
negate_v3_v3(inv_no, tmp_no);
|
negate_v3_v3(inv_no, tmp_no);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user