Zoom with parallax

  • #1, by TinTinTuesday, 08. August 2017, 13:20 7 years ago
     Hi
     I made a zoom effect by Shader toolkit. But it ignored parllax objects .
     How can I make  a zoom effect with parallax?
    shaderViewport(3, 0, 0, 0, 20000, easeLinearIn)
    shaderViewport(3, 0, 0, 0, 20000, easeLinearOut)
    

    Forum Fan

    196 Posts


  • #2, by ke4Tuesday, 08. August 2017, 14:39 7 years ago
    What i did once was animating object's scale while zooming.

    You could split your screen into layers.
    Objects.object_nane:to(500, {Scale = 2})

    Key Killer

    810 Posts

  • #3, by TinTinTuesday, 08. August 2017, 15:29 7 years ago
    What i did once was animating object's scale while zooming.

    You could split your screen into layers.
    Objects.object_nane:to(500, {Scale = 2})

    Nice idea!!. It works . If there is not another suggestion I'll cahnge title to solved.

    Forum Fan

    196 Posts