hydra-synth / hydra

Livecoding networked visuals in the browser
https://hydra.ojack.xyz
GNU Affero General Public License v3.0
2.19k stars 269 forks source link

ScrollX not working properly over shape() #100

Closed rfpuyana closed 2 years ago

rfpuyana commented 4 years ago

When attempting to scroll a shape(), position is shifted but animated scrolling is not performed. scrollX() works ok with other types of outputs.

Try: shape().scrollX(1,1).out()

zachkrall commented 4 years ago

scrollX(1) should almost be a like full return to it's original position, but it looks like the texture doesn't wrap the same way it use to

Screen Shot 2020-08-10 at 12 34 24 PM
rfpuyana commented 4 years ago

Yeah, if you do the scrolling in o1 it works

shape().out(o0)

src(o0).scrollX(1,1).out(o1)

render(o1)

zachkrall commented 4 years ago

yeah that's really odd. this is likely happening inside of hydra-synth tho

micuat commented 3 years ago

related to https://github.com/ojack/hydra-synth/issues/62 ? but it seems fixed in the current version (1.3.4)

ojack commented 2 years ago

Closing because I believe this has been fixed for a while.