web applications - Limit on webgl objects in different browsers -
when opening html file 16 webgl objects in chrome warning there many webgl objects. 15 objects works fine. haven't got problem edge 20 objects. wondering limits on number of webgl objects different browsers?
it's not defined , if knew limit today particular browser there's no guarantee wouldn't change tomorrow.
the better question trying do?
if need lots of webgl on same page there several solutions. performant one
using raw-ish webgl
multiple webgl models on same page
using three.js
is possible enable unbounded number of renderers in three.js?
Comments
Post a Comment