Hello everybody,
This is my situation:
I made a Unity software, linked via osc to resolume 6.0 trial, to move an image on a wall 1 meter in the right 1 millimeter at once.
I decided to move the image layer by the anchorX value, and i send osc packets converted correctly every 0.01 seconds..
it works pretty good..but i have an issue with smoothing...
The composition shows 60FPS.
My osc packets came really fast, by the monitor i see 1 ms gap between the start time and the time of arrive.
My image moves not smoot, jumps..
Can i set the smoothing playback anywhere?
Can you help me?
Alessandro
6.0 OSC performance issue.
Re: 6.0 OSC performance issue.
Try moving your content at a pace that matches your FPS such as 1/30th or 1/60th of a second for 60FPS instead of 1/100th of a second.