Commit Graph

2461 Commits

Author SHA1 Message Date
ousttrue
3e16a2f492 LoadDivided に BlendShape import の実装が無かった 2021-05-25 14:55:35 +09:00
ousttrue
ea796cd342 fix GetPrefab 2021-05-25 14:28:36 +09:00
ousttrue
ede6be174a
Merge pull request #972 from ousttrue/fix/unittest_textureexport_dds
Fix/unittest textureexport dds
2021-05-24 18:55:46 +09:00
ousttrue
b75453db83 CopyFromNonReadableSRgbDds をシンプル化
Nvidia と Radeon で動作が異なる?
2021-05-24 18:52:57 +09:00
ousttrue
b3645b9599 fix TextureExportTest 2021-05-24 18:43:24 +09:00
PoChang007
c0187e5d4e
Merge pull request #971 from ousttrue/version/0_75_0
UniVRM-0.75.0
2021-05-24 17:59:08 +09:00
ousttrue
152e9c8a15 UniVRM-0.75.0 2021-05-24 17:58:16 +09:00
ousttrue
bd3209cc1b
Merge pull request #970 from Santarh/throwTeim
Throw not supported texture types
2021-05-24 17:00:44 +09:00
Masataka SUMI
9614f7eb56 Throw not supported texture types 2021-05-24 16:44:56 +09:00
ousttrue
44a8363f8c
Merge pull request #969 from ousttrue/feature/sampler_filter_wrap_mipmap
Feature/sampler filter wrap mipmap
2021-05-24 16:44:53 +09:00
ousttrue
7c6d77fb02 fix default 2021-05-24 16:40:08 +09:00
ousttrue
c71bfd7f94 filter は mipmap(disable, enable, blend) x (point, linear) の6種 2021-05-24 16:31:25 +09:00
ousttrue
6b5388986d Trilinear が LINEAR_MIPMAP_LINEAR 2021-05-24 16:17:29 +09:00
ousttrue
f5e6fea722 fix import mipmap 2021-05-24 16:08:59 +09:00
ousttrue
207b4e1a6a コミット漏れと mipmapCount 2021-05-24 15:53:47 +09:00
ousttrue
78a3b02189 共通コードをくくり出し 2021-05-24 15:33:21 +09:00
ousttrue
fdd46b4de3 new Texture2D(mipmap) 2021-05-24 15:02:38 +09:00
ousttrue
140701c151 mipmap 対応
glFilter.XXX_MIPMAP_LINEAR を MipMap = true とみなすことにした
2021-05-24 14:49:04 +09:00
ousttrue
df45b69521 TextureSamplerUtil の整理 2021-05-24 14:36:27 +09:00
ousttrue
c5ba480c17
Merge pull request #967 from Santarh/exportTextureCorrect
Restrict conditions about using raw texture file bytes while exporting glTF in UnityEditor.
2021-05-21 21:14:48 +09:00
Masataka SUMI
b11da32ed2 Add test textures. 2021-05-21 20:51:28 +09:00
Masataka SUMI
9fcd2abc58 Force copy texture if texture type was "Normal map". 2021-05-21 20:51:13 +09:00
Masataka SUMI
890e410d26 Rename 2021-05-21 20:01:37 +09:00
Masataka SUMI
c142e670bd Check Editor NormalMap. 2021-05-21 20:01:08 +09:00
Masataka SUMI
751e1697ce Add Tests 2021-05-21 19:48:46 +09:00
Masataka SUMI
e9a8c2ea0d Add Tests 2021-05-21 19:40:42 +09:00
Masataka SUMI
d61fc7339e fix bug 2021-05-21 19:15:37 +09:00
Masataka SUMI
cb3d43add1 Don't export raw file if texture color space was different. 2021-05-21 19:00:03 +09:00
Masataka SUMI
18a6aaad64 Rename, comment 2021-05-21 18:12:40 +09:00
Masataka SUMI
9194c772a3 Consider colorspace 2021-05-21 18:12:21 +09:00
ousttrue
895c488bb9
Merge pull request #966 from ousttrue/feature/sampler_param
Feature/sampler param
2021-05-21 16:28:36 +09:00
ousttrue
d4daa3951f remove #if UNITY_2017_1_OR_NEWER 2021-05-21 13:12:54 +09:00
ousttrue
95cb9da77e SamplerParam.WrapModes を WrapModesU と WrapModesV に展開 2021-05-21 13:08:09 +09:00
ousttrue
49e1ea3f02
Merge pull request #963 from Santarh/refactorTextureExporter
Even if the texture instance is the same, if the color space required by the glTF specification is different, it will be output as a different texture.
2021-05-21 12:45:53 +09:00
Masataka SUMI
82106f6c64 Rename, Comment 2021-05-20 21:24:30 +09:00
Masataka SUMI
21bcd140f8 たとえ同じ Texture インスタンスであっても、glTF のプロパティが要求する色空間が違えば別のテクスチャとして出力する 2021-05-20 21:04:09 +09:00
Masataka SUMI
ef929de895 rename & use interface 2021-05-20 20:55:51 +09:00
Masataka SUMI
7963c4fe5c make enum private 2021-05-20 20:42:17 +09:00
Masataka SUMI
1d6f58feb5 define interface 2021-05-20 20:00:16 +09:00
Masataka SUMI
22f4c5ce5e comment 2021-05-20 19:58:08 +09:00
Masataka SUMI
275ac63080 Check export texture in editor 2021-05-20 19:57:55 +09:00
ousttrue
c1930ca040
Merge pull request #961 from Santarh/refactorTextureSerializer
Refactoring Serializing Textures
2021-05-20 18:35:09 +09:00
Masataka SUMI
b7defcc5d3
Merge pull request #960 from ousttrue/fix/test
test の コンパイル
2021-05-20 18:29:40 +09:00
Masataka SUMI
f88e8d7286 Refactoring Serializing Textures 2021-05-20 18:23:26 +09:00
ousttrue
f591c87498 test の コンパイル 2021-05-20 17:42:21 +09:00
ousttrue
0ca5f97639
Merge pull request #958 from ousttrue/fix/scripted_importer_acxes
Fix/scripted importer axes
2021-05-20 17:35:03 +09:00
ousttrue
41b411a461 Default の Asset をサーチしてまとめて Reimport を発動する 2021-05-20 17:24:27 +09:00
ousttrue
5ffab988dc 矢張り、EditorPrefs を使うことにした
* symbol UNIGLTF_DEFAULT_AXES_X は止める
2021-05-20 12:56:00 +09:00
ousttrue
4400015803
Merge pull request #959 from Santarh/textureTest
Tests satisfying the glTF specification about color space in PBR material properties.
2021-05-19 20:47:08 +09:00
Masataka SUMI
4f32ccfd52 Add glTF PBR Material color space test. 2021-05-19 20:12:46 +09:00