UniVRM/Assets/VRM/UniGLTF/Scripts/IO
2019-06-25 19:39:13 +09:00
..
AnimationCurveData.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
AnimationCurveData.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
AnimationExporter.cs Fix typo (local variables) 2019-06-09 00:38:31 +09:00
AnimationExporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
AnimationImporter.cs Merge pull request #272 from saturday06/fix/typo_private_fields 2019-06-25 19:39:13 +09:00
AnimationImporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
AnimationKeyframeData.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
AnimationKeyframeData.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
BytesReader.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
BytesReader.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
glbImporter.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
glbImporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
gltfExporter.cs Fix typo (local variables) 2019-06-09 00:38:31 +09:00
gltfExporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
gltfImporter.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
gltfImporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
ImporterContext.cs Fix typo (comments) 2019-06-09 00:38:00 +09:00
ImporterContext.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
IStorage.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
IStorage.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
MaterialExporter.cs If Emission keyword is false, do not output a value 2019-03-18 19:54:38 +09:00
MaterialExporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
MaterialImporter.cs Fix typo (comments) 2019-06-09 00:38:00 +09:00
MaterialImporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
MeshExporter.cs Fix typo (comments) 2019-06-09 00:38:00 +09:00
MeshExporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
MeshImporter.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
MeshImporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
MeshWithMaterials.cs Load Material when importer avoid overwrite #142 2019-01-26 17:10:08 +09:00
MeshWithMaterials.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
NodeImporter.cs Fix typo (comments) 2019-06-09 00:38:00 +09:00
NodeImporter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
ShaderStore.cs Fix typo (private fields) 2019-06-09 00:39:07 +09:00
ShaderStore.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
StaticMeshIntegrator.cs UniGLTF menu to VRM/UniGLTF. UniVRM menu to VRM/UniVRM 2019-01-21 16:20:47 +09:00
StaticMeshIntegrator.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TextureConverter.cs Fix calculation. Make converters public to testing 2019-03-15 17:05:26 +09:00
TextureConverter.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TextureExportManager.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TextureExportManager.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TextureIO.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TextureIO.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TextureItem.cs Fix calculation of smoothness and roughnessFactor conversion 2019-03-15 15:38:34 +09:00
TextureItem.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TextureLoader.cs バージョンチェックのエラー表記を修正 2019-06-03 16:10:39 +09:00
TextureLoader.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TextureSamplerUtil.cs Fix #213. Propagate texture properties from src to dst 2019-03-11 18:39:20 +09:00
TextureSamplerUtil.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TriangleUtil.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
TriangleUtil.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
UnityPath.cs Skip AssetPostProcessor when file in StreamingAssets folder. #166 2019-02-05 00:48:02 +09:00
UnityPath.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
ZipArchiveStorage.cs Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
ZipArchiveStorage.cs.meta Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00