I have seen that there is a file called TGLFileDAE.pas and I tried to include it, but it doesn't compile because it can't find "FileDAE.pas".
Did that ever work or is it a work-in-progress feature ?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sylvain,
The file is unfinished because in new branch VKScene with FMX components instead of VCL there is official EMB support of Collada DAE format for FireMonkey models. May be for win32 it could be included also, so try to convert it and prepare the necessary unit.
PW
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I have seen that there is a file called TGLFileDAE.pas and I tried to include it, but it doesn't compile because it can't find "FileDAE.pas".
Did that ever work or is it a work-in-progress feature ?
Thanks
Sylvain,
The file is unfinished because in new branch VKScene with FMX components instead of VCL there is official EMB support of Collada DAE format for FireMonkey models. May be for win32 it could be included also, so try to convert it and prepare the necessary unit.
PW
Thank you for the answer, I will have a look there.