Open asmaloney opened 5 years ago
Describe the solution you'd like
When reading files that have cameras, convert them to cc2DViewportObjects in CC.
Additional context
Should implement something like this in mioUtils:
mioUtils
ccViewportParameters convertCameraToViewport( const aiCamera *inCamera, const aiMatrix4x4 &inTransform );
and then use it in mioAbstractLoader to create the cc2DViewportObjects.
mioAbstractLoader
Describe the solution you'd like
When reading files that have cameras, convert them to cc2DViewportObjects in CC.
Additional context
Should implement something like this in
mioUtils
:and then use it in
mioAbstractLoader
to create the cc2DViewportObjects.