3D Animations, Animate CC plugin, c++ API
Hallo I am currently developing a plugin for Adobe Animate CC. I use the C++ API and i started with fork of the SamplePlugin. (I got the headers and sample from here: Create plugins using the Custom Platform Development development kit using Animate CC 2014.2 )
I cannot find a C++ api (any way) to get the matrix for 3d transformation of some symbol. In TimelineBuilder::AddMovieClip i see only the Matrix2D obejct.
I cannot find in any header anything about Matrix3D or something similar. Can you help me ?
(Side note: Where can i find the latest version of the C++ headers, "CustomPlatformSupportDevelopmentKit")