Dmitrii Vasilev
Dmitrii Vasilev
 ## *What* is wrong? Error **"There are too many active WebGL contexts on this page, the oldest context will...
It will be very good to have something like bunnymark and direct comparison with Pixi and other WebGL wrappers....
Sometimes in this example http://lo-th.github.io/Oimo.js/index.html#basic I see infinite motion  This happens only with the same meshes
Is it possible to update only if needed but render by requestAnimationFrame?
I can get JSON tree from the head of any branch but how to get tree from any commit? Maybe exists some hacky solution?
if I use server-side something like ``` let obj = lzString.decompressFromUint8Array( new Uint8Array( userData ); ``` can it broke on random or broken data?
// This is not good because you need add to OBJ unnecessary variables. var obj = {value:0,range:[-1,1]}; panel.addSlider(obj,'value','range'); // This is ok)) var obj = {value:0}; panel.addSlider(obj,'value',range:[-1,1,0.1]); // Or this...