[DiscordArchive] what's that even?
[DiscordArchive] what's that even?
Archived author: Skarn • Posted: 2018-06-11T20:42:29.387000+00:00
Original source
what's that even?
Archived author: Deamon • Posted: 2018-06-11T20:44:35.131000+00:00
Original source
ok, nvm
Archived author: Deamon • Posted: 2018-06-11T20:44:55+00:00
Original source
bezier is iterpol = 2 for Cata, hermite is interpol 3
Archived author: Skarn • Posted: 2018-06-11T20:45:52.497000+00:00
Original source
I am pretty sure it is bezier in wotlk as well
Archived author: Skarn • Posted: 2018-06-11T20:46:06.623000+00:00
Original source
the question is how to make a 2D curve from a 3D curve
Archived author: Quantam • Posted: 2018-06-11T20:49:24.628000+00:00
Original source
<@160857905879449600> How could we not know? We have valid name/key pairs.
Archived author: Deamon • Posted: 2018-06-11T20:49:49.854000+00:00
Original source
P0 = m2SplineKey[i-1].value ;
P1 = m2SplineKey[i-1].outTan;
P2 = m2SplineKey[i].inTan;
P3 = m2SplineKey[i].value ;
Archived author: Deamon • Posted: 2018-06-11T20:49:56.966000+00:00
Original source
here we go!
Archived author: Skarn • Posted: 2018-06-11T20:51:17.690000+00:00
Original source
<@250706991515828224> But how do I build points based on that?
Archived author: Skarn • Posted: 2018-06-11T20:51:30.184000+00:00
Original source
The point is is a single value again in this case