I currently work on a 3d view for some models, now i got all of them loaded but on mobile the performance is terrible so i did wonder if it’s possible to only re-render when a user interaction happens?
As i do not really make a game i don’t have things running async to the rest.
Is there such a mode and if so how can i activate it?
(Basically binding the re-rendering on resize and the camera controls)
Yeah that seems to be what i would want. Only thing is that i render a certain time at normal speed.
Mhh not sure how i can use the default handlers for the camera but still support swiping.
E.g it’s easy to sort of trigger a render event when it’s done via buttons but pretty hard when it’s done via mouse/touch…