3d logo play animation
-
Hi, didn't found anything in the forum, just saw the 3d logo is basically a redacted version THREE.js and i was wondering if it's possible to send a JS command to play the looped animation in the 3d scene?
the framebuffer and animation part is still in the 3dlogo.plugin.min.js
https://threejs.org/docs/#manual/en/introduction/Animation-system
trying to grab the element somehow and press .play() but so far no success ;)
i know it's a fun side plugin from 2 years ago, but maybe someone knows how to trigger the three.js animation player in the #lay_canvas object!?
ty
-
hello! i see i see!
i have a question. can an animation be inside the 3d model you upload?

this code example from the link you posted seems like thats the case, no?
if you want to i can give you access to the sourcecode of the 3d logo addon and you can put your code that runs the animation inside of it
or maybe just the plugin with unminified javascript code and you can put your extra animation code inside of it