office-gobmx/external/collada2gltf
Jan-Marek Glogowski e3883cc2a9 collada2gltf: drop tr1 support
The detection code is wrong for gcc 4.6 and the tr1 code actually
conflicts with the OpenCOLLADA code, because it creates an ambiguity
of shared_ptr in the cpp files.

Additionally most of the headers already use std::shared_ptr or
std::unordered_map.

Change-Id: Ibfe80e45687d34ec6fcd23339fd3f968fae402ba
Reviewed-on: https://gerrit.libreoffice.org/11695
Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com>
Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>
2014-10-01 17:55:44 +00:00
..
patches collada2gltf: drop tr1 support 2014-10-01 17:55:44 +00:00
GitSHA1.cpp
Makefile
Module_collada2gltf.mk
README
StaticLibrary_collada2gltf.mk
UnpackedTarball_collada2gltf.mk collada2gltf: drop tr1 support 2014-10-01 17:55:44 +00:00

An open-source converter produces glTF assets from COLLADA using OpenCOLLADA.

From:
[https://github.com/amd/glTF/tree/master/converter/COLLADA2GLTF].