Commit Graph

1113 Commits

Author SHA1 Message Date
hiroj
e781a0458e add uploadMeshData 2021-03-18 17:39:09 +09:00
ousttrue
8d95a4d1eb extract texture from external path to asset path 2021-03-18 14:39:12 +09:00
ousttrue
c66beb3424
Merge pull request #798 from ousttrue/fix/gltf_material_name_is_empty
UnitTest追加(GltfSmapleModels, VRM_TEST_MODELS)
2021-03-18 13:40:42 +09:00
ousttrue
199bc3e170 add VRM_TEST_MODELS 2021-03-17 20:58:46 +09:00
ousttrue
1f9f5e7498 exception 2021-03-17 20:52:17 +09:00
ousttrue
6a60ab3ce7 error handling 2021-03-17 20:50:05 +09:00
ousttrue
cc784f93f8 GetTangentMode 2021-03-17 20:49:58 +09:00
ousttrue
5e935ba6a6 skip draco 2021-03-17 20:18:05 +09:00
ousttrue
4187014b94 log 2021-03-17 20:17:51 +09:00
ousttrue
67b083b10f add LoadTests
https://github.com/KhronosGroup/glTF-Sample-Models
2021-03-17 19:59:45 +09:00
ousttrue
bf4fca66c0 occlusion only 2021-03-17 19:38:36 +09:00
ousttrue
b34afd81d5 fix image.uri startsWith "data:" 2021-03-17 19:29:23 +09:00
ousttrue
1d0b485b02 rename material 2021-03-17 19:23:56 +09:00
ousttrue
14e25083af base.OnEnable が必用
#783
2021-03-17 18:19:56 +09:00
ousttrue
f55cd3ec69
Merge pull request #780 from ousttrue/fix/roughness_smooth_conversion
MetallicRoughnessOcclusion テクスチャーの取り廻しを中心に改修
2021-03-17 17:51:18 +09:00
ousttrue
25b70b97d2 TextureExporter.ExportLinear place holder 2021-03-17 17:50:47 +09:00
ousttrue
6d211f2ec5 test 2021-03-17 15:53:53 +09:00
ousttrue
1d38656df2 fix rebase 2021-03-17 15:42:16 +09:00
ousttrue
2c9bb63ccb impl 2021-03-17 15:32:09 +09:00
ousttrue
377d5127cc fix MToon export 2021-03-17 15:32:09 +09:00
ousttrue
b474ca3eba NotVrm0Exception 2021-03-17 15:32:09 +09:00
ousttrue
558f651534 fix normalMap extract 2021-03-17 15:32:08 +09:00
ousttrue
13e43bd6d6 return -1 2021-03-17 15:30:47 +09:00
ousttrue
6b3856af52 fix PBRMaterialItem null check 2021-03-17 15:30:46 +09:00
ousttrue
18fd38182d TextureImporterConfigurator 2021-03-17 15:30:46 +09:00
ousttrue
83ac94423c rename 2021-03-17 15:30:46 +09:00
ousttrue
f6aeef30ed rename 2021-03-17 15:30:03 +09:00
ousttrue
755c907791 rename 2021-03-17 15:30:03 +09:00
ousttrue
a8dcec0263 static class TextureIO 2021-03-17 15:30:02 +09:00
ousttrue
be204ad6cb WIP TextureExportManager 2021-03-17 15:30:02 +09:00
ousttrue
da86ba4543 UnitTest 2021-03-17 15:30:02 +09:00
ousttrue
bb607688e6 TextureExportManager.GetTextureIndex 2021-03-17 15:30:01 +09:00
ousttrue
59d84cb78b glTFTextureTypes, Export_PBR 2021-03-17 15:30:01 +09:00
ousttrue
fd2650f86f rename 2021-03-17 15:30:01 +09:00
ousttrue
07afd49193 static class NormalConverter 2021-03-17 15:30:00 +09:00
ousttrue
fd12e0d1f5 remove ITextureConverter. static class OcclusionMetallicRoughnessConverter 2021-03-17 15:30:00 +09:00
ousttrue
d2e560aca4 OcclusionMetallicRoughnessConverter.Convert
#781
2021-03-17 15:30:00 +09:00
ousttrue
dba9460c40 not catch 2021-03-17 15:29:59 +09:00
ousttrue
3d85986f2e MetallicFactor and RoughnessFactor 2021-03-17 15:29:59 +09:00
ousttrue
4413128f28 remove ITextureConverter.GetImportTexture 2021-03-17 15:29:59 +09:00
ousttrue
d589f6bb46 OcclusionMetallicRoughnessConverter 2021-03-17 15:29:58 +09:00
ousttrue
f35a51b645 fix roughnessConversion
#388
2021-03-17 15:28:53 +09:00
ousttrue
27f9a9908f fix normal use original texture 2021-03-17 15:28:52 +09:00
ousttrue
b94fff316f PrefabUtility.UnloadPrefabContents 2021-03-17 15:10:57 +09:00
ousttrue
7eaba1dda7 PrefabUtility.LoadPrefabContents 2021-03-17 15:08:43 +09:00
ousttrue
62b70d8cb0 UnityEditor.Experimental.AssetImporters to UnityEditor.AssetImporters #if UNITY_2020_2_OR_NEWER 2021-03-17 15:01:08 +09:00
ousttrue
0c19c63cac
Merge pull request #791 from ichi-23/ichi/fix_null_reference_root_nodes
scene.nodes が無い glTF ファイルを Import したときに null reference exception が発生していた問題を修正
2021-03-17 14:28:33 +09:00
ousttrue
2273022411
Merge pull request #795 from ousttrue/fix/vrm_dispose
fix VRMImporterContext
2021-03-17 13:16:05 +09:00
ousttrue
b4d18843c2 テクスチャー割り当てテスト追加 2021-03-17 13:11:27 +09:00
ousttrue
1b92885f08 log 2021-03-17 12:55:20 +09:00