Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Three.js inside AnimateCC

Explorer ,
Apr 11, 2017 Apr 11, 2017

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

2.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Apr 12, 2017 Apr 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:

Screenshot - 4_12_2017 , 8_03_10 AM.png

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.

Translate
Community Expert ,
Apr 12, 2017 Apr 12, 2017
LATEST

you can include any library including Three.js. 

among the ways is to that is to

1. add the file to your global includes:

Screenshot - 4_12_2017 , 8_03_10 AM.png

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines