Three.js inside AnimateCC
Hello,
one of my project requires 3D models and AnimateCC is not capable for 3D stuff.
So I am wondering if it is possible to add three.js (along with other related libraries) inside AnimateCC?
Thanks...
Hello,
one of my project requires 3D models and AnimateCC is not capable for 3D stuff.
So I am wondering if it is possible to add three.js (along with other related libraries) inside AnimateCC?
Thanks...
you can include any library including Three.js.
among the ways is to that is to
1. add the file to your global includes:

or
2. edit your default html template by opening the published html
add your script include, eg: <script src="path/Three.js"></script>
in animate click file>publish settings>advanced>import new
import your custom template.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.