Skip to main content
Participant
April 12, 2017
Answered

Three.js inside AnimateCC

  • April 12, 2017
  • 1 reply
  • 2229 views

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...

This topic has been closed for replies.
Correct answer kglad

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.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
April 12, 2017

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.