Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Zoom with parallax

  • #1, di TinTin horas 9 years ago Zitieren
     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)
    
  • #2, di ke4 horas 9 years ago Zitieren
    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})

  • #3, di TinTin horas 9 years ago Zitieren
    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.