├── README.md └── osgdb_gltf_fixtransform ├── gltf.cpp ├── gltf.h ├── osgdb_gltf_fixtransform.vcxproj ├── osgdb_gltf_fixtransform.vcxproj.filters ├── picojson.h └── tiny_gltf_loader.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jesesun/osgdb_gltf/HEAD/README.md -------------------------------------------------------------------------------- /osgdb_gltf_fixtransform/gltf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jesesun/osgdb_gltf/HEAD/osgdb_gltf_fixtransform/gltf.cpp -------------------------------------------------------------------------------- /osgdb_gltf_fixtransform/gltf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jesesun/osgdb_gltf/HEAD/osgdb_gltf_fixtransform/gltf.h -------------------------------------------------------------------------------- /osgdb_gltf_fixtransform/osgdb_gltf_fixtransform.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jesesun/osgdb_gltf/HEAD/osgdb_gltf_fixtransform/osgdb_gltf_fixtransform.vcxproj -------------------------------------------------------------------------------- /osgdb_gltf_fixtransform/osgdb_gltf_fixtransform.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jesesun/osgdb_gltf/HEAD/osgdb_gltf_fixtransform/osgdb_gltf_fixtransform.vcxproj.filters -------------------------------------------------------------------------------- /osgdb_gltf_fixtransform/picojson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jesesun/osgdb_gltf/HEAD/osgdb_gltf_fixtransform/picojson.h -------------------------------------------------------------------------------- /osgdb_gltf_fixtransform/tiny_gltf_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jesesun/osgdb_gltf/HEAD/osgdb_gltf_fixtransform/tiny_gltf_loader.h --------------------------------------------------------------------------------