Forum Replies Created

  • Anwar Hoogland

    September 11, 2011 at 7:06 pm in reply to: Problem with rendering camera movement

    Yeah, thought that as well, but after rendering to quicktime I had the same result.

    This is what it looks like: https://www.youtube.com/watch?v=0KIhYgGUN1s

  • Anwar Hoogland

    September 11, 2011 at 5:08 pm in reply to: Problem with rendering camera movement

    Some extra info that could maybe help.
    The pictures are on cube objects with a white material. The actual picture is on one of the faces.
    I’m exporting 16bit PNG sequences on a double framerate of 50fps. After that I’m importing them in after effects and set the speed to 50% and enable the frame blending.

    Anyone? I could really use some help on this.

  • Anwar Hoogland

    October 22, 2010 at 6:04 pm in reply to: Simple continuous movement

    Thanks for the reply Michael, that’s also a good way to look at it and I’ll surely keep that in mind 🙂

    But after a long search last night I finally found what I was looking for. I’m not sure what it all means but it does exactly what I wanted.
    I can completely control the speed of the animation by setting the Slider control to the speed I want. 🙂

    Td = framesToTime(1, 1.0 / thisComp.frameDuration);
    x = 0;
    v = effect("Slider Control")("Slider");
    n = timeToFrames(time + thisComp.displayStartTime, 1.0 / thisComp.frameDuration);
    for (k=0; k<=n; k++)
    x = x - v.valueAtTime(k*Td);

    x = x + position[0];
    y = position[1];
    [x,y]

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy