Guys, hello,
Hope you are well. Could you advise why this:
renderer.view.style.width = newWidth + "px";
renderer.view.style.height = newHeight + "px";
dynamically resize everyhting inside the app.renderer.view (our canvas), but this one, doesn`t:
renderer.resize(newWidth, newHeight);
I see how canvas expands/contacts but can`t get why background picture in first case follow the canvas but in second case stay the same.
Thank you in advance,