We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
I’m not able to generate it for chrome://gpu i have to check what it is.
www.hivecpq.com
I tried with this:
scope.renderer.setAnimationLoop(cb);
but setAnimationLoop does not exists in my renderer object
Hey Yuri,
How can i access setAnimationLoop function, i don’t have it on renderer object.
It seams that is not supported by Three.js version which is bundled in v3d.js file, at least one we use.
Ok, thanks
Hey Yuri, it would be good if we can pass HTML object ( ref to object ) instead of ID.
for example:
const app = new v3d.App($('#myElement'), ctxSettings, preloader);