with artk+ and .x file i don’t have many problem, now i started to work and control collada animated mesh.
The problem is…how insert the setmatrix output of the artk+, in the transform collada mesh shader…is possible?
strange, probably there is something wrong before, because i tried to use this method to you collada, and it work if i attach a transform, a rotate or a camera to the multiply(transform)
but the mesh is rotated of 90°
I have tried to insert a transform3d but the rotation affect each part with a respective axis rotation, distorting the scene.
I have solved rotating the mesh in the wrong way inside 3ds and riesporting…not elegant…but
remeber you can concatenate the *(transform), so you can attach a rotate (anyway the result is the important thing, so if it works, in this way you use one node less in the patch, always a good thing ;))
sounds like the coordinate system is not handled right.
open the inspektor and select the ColladaFile node. play around with the source and target coordinate systems and maybe it’ll fix your problem in a little cleaner way.