[CLOSED] performance problems after upgrade chrome and safari
28 September 2017 12:45
i have problems in performance after upgrade Chrome 61 an Safari 11 with Blend4web 17.6.0 in first person.
I think it is related to this function in main.js:
I think it is related to this function in main.js:
var _requestAnimFrame = (function() {
return window.requestAnimationFrame ||
window.webkitRequestAnimationFrame ||
window.mozRequestAnimationFrame ||
window.oRequestAnimationFrame ||
window.msRequestAnimationFrame ||
function(callback) {return window.setTimeout(callback,
1000/cfg_def.max_fps);};
})();
28 September 2017 13:44