mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-20 05:57:21 -05:00
3.9 KiB
3.9 KiB
v0.75.0: mipmap
v0.75.0 (2021-05-24)
Bug修正
- 正規化時にLookAtのパラメーターが落ちてしまうのを修正 #957 (ousttrue)
- Fix incorrect value caching of M17N #939 (oocytanb)
- DIVIDE_VERTEX_BUFFER がすごい遅い #942 (ousttrue)
Texture filter, wrap, mipmap の import/export の修正
- There is no consideration for texture mipmaps on exporting glTF. #947
1.0
-
1.0 -
1.0
その他のChangelog
- Fix/unittest textureexport dds #972 (ousttrue)
- Throw not supported texture types #970 (Santarh)
- Restrict conditions about using raw texture file bytes while exporting glTF in UnityEditor. #967 (Santarh)
- 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. #963 (Santarh)
- Refactoring Serializing Textures #961 (Santarh)
- test の コンパイル #960 (ousttrue)
- Tests satisfying the glTF specification about color space in PBR material properties. #959 (Santarh)
- Fix/scripted importer axes #958 (ousttrue)
- Implements exporting VRM 1.0 MToon #955 (Santarh)
- Ignore freezing while exportings vrm10 #954 (Santarh)
- skip non mtoon material #950 (ousttrue)
- materialsがsubmeshより多くて null を含む場合をValidationErrorにする #949 (ousttrue)
- Add test cases for validating null materials #946 (oocytanb)
- Exporter can export compressed or non-readable texture. #944 (Santarh)
- Remove GL.sRGBWrite #941 (Santarh)