Forum: Poser - OFFICIAL


Subject: Loop-making script

Cage opened this issue on Apr 03, 2010 ยท 610 posts


markschum posted Sun, 18 April 2010 at 8:34 PM

for a parabola the end point positions on Y dont matter.
the curve if from xa to xb using the solution for the equation ax^2 + bx + c
you need to solve three equations but I posted the code for that , or I can give you a python program that solves for 3 points. The hard part is getting the third point .

I never saw that way of splitting a tri to quads. That could be very useful.