12-14-2015, 05:19 PM
Hi all,
Today I've encountered an (I think) interesting problem.
I've been trying to get a Curvy Generator and Controller
to work together but so far I have failed.
What I need is the following:
I have a Generator with a shape extrusion. To Control how far along the spline the
extrusion goes I'm using the .To value of the BuildShapeExtrusion component of the Generator.
leading the 'trail' is a spline controller that is being moved by setting it's .RelativePosition value.
My propblem now is that it seems that the method used to interpolate these two entities is not the same,
for instance when I set the .To to .3f, I have to set the .RelativePosition to .2675f to visually match the two
objects (see image below).
I hope someone can point me in the right direction as to solving this conundrum.
Thanks in advance!
Thijs
Today I've encountered an (I think) interesting problem.
I've been trying to get a Curvy Generator and Controller
to work together but so far I have failed.
What I need is the following:
I have a Generator with a shape extrusion. To Control how far along the spline the
extrusion goes I'm using the .To value of the BuildShapeExtrusion component of the Generator.
leading the 'trail' is a spline controller that is being moved by setting it's .RelativePosition value.
My propblem now is that it seems that the method used to interpolate these two entities is not the same,
for instance when I set the .To to .3f, I have to set the .RelativePosition to .2675f to visually match the two
objects (see image below).
I hope someone can point me in the right direction as to solving this conundrum.
Thanks in advance!
Thijs
if(!isCoding)
StartCoding();
StartCoding();