Hello, I have created some image correction shaders (gamma correction etc)
Now i want to update gamma factor via some UI, and pass as a uniform.
After updating UI item, i am calling
openSD.world.resetItems() => it makes all tiles to reload/ download again which is an issue.
is there any way to just redraw entire canvas/tile ?
Hello, I have created some image correction shaders (gamma correction etc)
Now i want to update gamma factor via some UI, and pass as a uniform.
After updating UI item, i am calling
openSD.world.resetItems() => it makes all tiles to reload/ download again which is an issue.
is there any way to just redraw entire canvas/tile ?