How to import all animations including color animations from a 3D file format into Qt?
-
I do have a .dae file (I've tried also .gltf, .obj, fbx and so on), that contains all sorts of animations. As mentiond in Qt Documentation "it is possible to import transform animations, deformations animations and also lights and cams". Balsam tool does a great job of converting 3D file formats into .qml. Though there are some color changing animtions included in my .dae file.
I can understand what the Documentaion points to. But is there really no way to put color animations (material animations) into qt (not programily, because there are a lot of color changing animations) ?
Is there a way to bypass this problem, for example using baked animations? UV mapping animations? Image Texture animations? etc.? does anyone has any experiences in this field?