I wrote an article about how we greatly improved the rendering performance of our viewer at naker
We used 3 main tricks: Reduce FPS, Render only when necessary and Separate threads
And it allowed us to divide by 10 the browser scripting and rendering time plus divide by 3 the CPU and GPU usage.
Yes from what I had read before writing about it is that our eye can see at a great FPS as they are only receiver. But the limit comes from the capacity of our brain to process the images he receives from our eyes!
@PichouPichou How is that polygon on the very start of the naker page being made? It really looks beautiful! I’m a total noob when it comes to content creation, I’m just curious.
While I agree with the visual aspect of FPS, you would loose responsiveness if you forced 30 fps. Pages where the webgl context covers the entire window might not be good candidates for this.
Good VR hardware usually does 72 fps (Pixel phones are 90). When a person is moving / rotating their head, 30 is not going to cut it.
The other issue might be sync of animation with a Webaudio context. Webaudio is extremely accurate. The 30 might work better than higher for longer animations, because consistency would be better. In my recent work, I am generating 200-250 animations / minute. As each animation must end on a frame, I need to keep track of any lost time & start animations already in progress as needed. Higher makes this easier.
So, I guess your use might inform your area to optimize.
For now we don’t have any issue with our content on mobile even at 30FPS.
I agree this won’t work for VR but we do not offer VR compatibility with the content you create in Naker so this is not a problem for us!
From the test made on my phone, before these optimizations my batterie would dive so fast when today it is not moving much. And this is the important part for us as we want to publish cool content but we do not want to kill the batterie of everyone who sees that content.
So this is really great for our use case but it can not work for anyone of course
@PichouPichou@jerome
Thanks for the PG
One more question: The polygon on the PG is missing this nice shimmer effect like on the naker page. what kind of lightning/material is needed to achieve this?