summaryrefslogtreecommitdiff
path: root/external/collada2gltf
AgeCommit message (Collapse)Author
2014-05-25Update OpenCollada and collada2gltf to the newest versions.Jan Holesovsky
Change-Id: Iee0b9f08843220e8ece00739ca01aa438b93965a
2014-05-24kmz3collada: Workaround for missing texturesZolnai Tamás
The write-only-.dae-file-which-we-need.patch makes the converter extract only the *.dae file but textures are stored in seperate image files we need to extract too. On the other hand this patch makes the converter buildable on all platforms, since this only works on Windows originally. So for now disable this patch on Windows so here we won't loose textures but enable it on other platforms for buildability. Later we need to solve kmz conversion properly. Change-Id: Iede9e3bdd5a68a9002f5fa38da8a6459dda8d805
2014-05-23collada2gltf: one more URL usage fixZolnai Tamás
This one caused empty images and so textures were missing. Change-Id: Ia1e93270b7f5ec560b39a41d207e84171bb2434a
2014-05-22collada2gltf: move patches to an own folderZolnai Tamás
Change-Id: Ife28845af92883d8090bb80283c59a0a9a350b32
2014-05-22collada2gltf: fix URL problemsZolnai Tamás
collada2gltf does not handle Windows pathes, the used COLLADABU::URI class can't parse native Windows pathes so call COLLADA2GLTFWriter with URL only. Other problems: collada2gltf uses the URL path for creating/opening files, instead of native ones. collada2gltf initializes _outputFilePath member in different way, sometimes as an URL path, sometimes as a native one, but handle it on the same way(as an URL). Change-Id: I104182653c07e7dcf6fc5b6e32c7031d59246b84
2014-05-20fix .kmz support on Windows; no idea why this int was unsignedMatúš Kukan
Change-Id: I08fa1c3956b48bcd65edb74add010fafa17bfe82
2014-05-19No need to add -lrt for a static library.Matúš Kukan
Change-Id: I8104301e9aab6e7c732e97446030c9caf6ffec66
2014-05-16Fix typo: this is a static libraryZolnai Tamás
Change-Id: I663e8da9ee3f4b860d727abb3783e322eedd7d9f
2014-05-16Collada2gltf: add -lrt to fix compilation problemsZolnai Tamás
Change-Id: I1c0c9459cb716512dc726ee96fb811d03084aa62
2014-05-14Add kmz support to collada2gltf and use it.Matúš Kukan
Change-Id: I37cda0e326af00ef369c4415bcec1e03c91ce401
2014-05-13Introduce Collada2gltf external libraryZolnai Tamás
Change-Id: I157f175ee6ea719e98ba45133f53cb4d2c3045bb