Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now