ousttrue
|
15301ba48d
|
[vrm0][firstperson] skip -1
|
2024-09-26 15:50:09 +09:00 |
|
Masataka SUMI
|
23f387a7c8
|
add RenderPipeline considering to gltf/vrm/vrm10 exporters
|
2024-07-29 22:28:35 +09:00 |
|
ousttrue
|
7ef4f50558
|
Humanoid.Get_GetBoneTransform を追加
Animator.GetBoneTransform のために GetComponent しているところの Export Error を修正するついでに、
Animator.GetBoneTransform と Humanoid.GetBoneTransform 両対応とした(vrm-0.x と vrm-1.0 両方)。
|
2024-07-25 14:28:59 +09:00 |
|
ousttrue
|
be20563059
|
GetComponent を置き換え。
TryGetComponent
GetComponentOrThrow(拡張関数)
GetComponentOrNull(拡張関数)
sample と test は据え置き
|
2024-07-24 22:09:30 +09:00 |
|
Masataka SUMI
|
e9da5e2b7b
|
mv VRMShaders namespace to UniGLTF
|
2024-07-20 23:47:45 +09:00 |
|
ousttrue
|
cd6db6d127
|
human bone の index が -1 になりうる?
|
2023-06-05 17:01:32 +09:00 |
|
Masataka SUMI
|
1ff83272de
|
format directory structure about VRM material IO
|
2022-11-04 15:45:05 +09:00 |
|
Masataka SUMI
|
8af4eaecf5
|
Refactoring Material Exporters
|
2022-11-03 02:01:47 +09:00 |
|
ousttrue
|
c6dcbc9cf4
|
add MigrateExporter
|
2022-10-20 13:59:29 +09:00 |
|
Masataka SUMI
|
0dfa783406
|
mv CachedEnum namespace to UniGLTF.Utils
|
2022-09-07 15:59:35 +09:00 |
|
Masataka SUMI
|
29163a43b1
|
Use CachedEnum
|
2022-09-07 15:38:02 +09:00 |
|
ousttrue
|
ba83d65018
|
null check
|
2022-07-14 15:53:14 +09:00 |
|
ousttrue
|
933466169f
|
VRMExportSettings.KeepAnimation
|
2022-06-27 19:20:40 +09:00 |
|
ousttrue
|
e19ab9808a
|
EditorAnimationExporter
|
2022-02-28 14:29:56 +09:00 |
|
ousttrue
|
1cc152abff
|
add virtual void ExportAnimations
|
2022-02-21 15:44:57 +09:00 |
|
Masataka SUMI
|
46c6d94e57
|
昔のコードが古い呼び出し方をしていたので修正
|
2021-12-04 02:24:07 +09:00 |
|
ousttrue
|
1eec47dedd
|
Update exporter interface. use ExportingGltfData
|
2021-10-26 21:02:09 +09:00 |
|
ousttrue
|
e8f7fdbda7
|
Rename GltfBufferWriter to ExportingGltfData
|
2021-10-26 20:34:50 +09:00 |
|
ousttrue
|
58678776b5
|
add GltfBufferWriter
|
2021-10-26 17:37:03 +09:00 |
|
Masataka SUMI
|
d6f7b23970
|
rename
|
2021-10-22 20:33:55 +09:00 |
|
Masataka SUMI
|
e8037d112c
|
refactoring
|
2021-10-22 20:32:21 +09:00 |
|
Masataka SUMI
|
d2e2f8403e
|
VRM 0.x の仕様に反する変換 Export は throw する
|
2021-10-22 20:31:28 +09:00 |
|
Masataka SUMI
|
95b032d12e
|
gltfExporter の GltfExportSettings が、コンストラクタと Export 関数の引数で二重に与えられていたのを修正
|
2021-10-20 16:31:42 +09:00 |
|
ousttrue
|
0bdb224215
|
gltfExporter use GltfExportSettings
|
2021-06-29 20:25:58 +09:00 |
|
ousttrue
|
6cfdf81429
|
merge MeshExportSettings to GltfExportSettings
|
2021-06-29 20:25:58 +09:00 |
|
Masataka SUMI
|
2ad014f11c
|
Rename
|
2021-06-24 15:13:05 +09:00 |
|
Masataka SUMI
|
fbd885c67c
|
Export texture's alpha if only necessary.
|
2021-06-23 23:04:16 +09:00 |
|
Masataka SUMI
|
02e51346f4
|
define ITextureDeserializer
|
2021-05-27 18:54:27 +09:00 |
|
Masataka SUMI
|
82106f6c64
|
Rename, Comment
|
2021-05-20 21:24:30 +09:00 |
|
Masataka SUMI
|
ef929de895
|
rename & use interface
|
2021-05-20 20:55:51 +09:00 |
|
ousttrue
|
c1930ca040
|
Merge pull request #961 from Santarh/refactorTextureSerializer
Refactoring Serializing Textures
|
2021-05-20 18:35:09 +09:00 |
|
Masataka SUMI
|
f88e8d7286
|
Refactoring Serializing Textures
|
2021-05-20 18:23:26 +09:00 |
|
ousttrue
|
22cb1372be
|
axis の複数形は、axes
not axises
|
2021-05-19 17:28:10 +09:00 |
|
Masataka SUMI
|
b8f2d37ccf
|
Export Texture with specified Color Space.
|
2021-05-13 20:57:35 +09:00 |
|
ousttrue
|
e35bc5f2fe
|
GetBytesWithMime を VRMShaders に移動
* UniGLTF.GltfTextureExporter.GetBytesWithMime を VRMShaders.AssetTextureUtil.GetTextureBytesWithMime に移動
* テスト NotReadable, Compressed を VRMShaders に移動
* テスト用リソース Resources/4x4.png と 4x4compressed.DDS を VRMShaders に移動
|
2021-04-12 18:17:24 +09:00 |
|
ousttrue
|
d28f700997
|
移動 VRMShaders.TextureExporter
#726 separate AssetTextureUtil
|
2021-04-02 18:14:27 +09:00 |
|
ousttrue
|
16ec93e159
|
ExportExtensions
Textureの数が確定する最後にエクスポートする
|
2021-03-22 15:52:08 +09:00 |
|
ousttrue
|
25b70b97d2
|
TextureExporter.ExportLinear place holder
|
2021-03-17 17:50:47 +09:00 |
|
ousttrue
|
377d5127cc
|
fix MToon export
|
2021-03-17 15:32:09 +09:00 |
|
ousttrue
|
f6aeef30ed
|
rename
|
2021-03-17 15:30:03 +09:00 |
|
ousttrue
|
a8dcec0263
|
static class TextureIO
|
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
|
d96f47bd2a
|
gltfExporter.m_axisInverter
|
2021-02-26 14:35:16 +09:00 |
|
hiroj
|
28d931aa6f
|
add ITextureExporter
|
2021-01-22 21:25:01 +09:00 |
|
ousttrue
|
90e9766190
|
VRM/Runtime/Format から UnityEngine 依存を除去
|
2020-12-01 20:26:34 +09:00 |
|