Closed yen-von closed 9 years ago
I think this center.point.z += pt.point.y;
center.point.z += pt.point.y;
should be
center.point.z += pt.point.z;?
center.point.z += pt.point.z;
why do you need to change this ?
Fixed in version 1.11
I think this
center.point.z += pt.point.y;
should be
center.point.z += pt.point.z;
?