ousttrue
e76e2f9671
use SerializerTypes.Generated
2020-09-24 14:53:14 +09:00
hiroj
db3679494a
Merge pull request #229 from hiroj/add_texture_transform_extensions
...
WIP: Add texture transform extensions
2020-05-20 17:20:56 +09:00
hiroj
446d5f0d58
fix glTFPbrMetallicRoughness init.
2020-05-20 16:33:40 +09:00
mkc1370
d32f842766
Support mesh sharing morph target
2020-02-21 20:29:32 +09:00
ousttrue
8876a2c48a
Merge pull request #341 from hiroj/add_generated_serializer
...
add generated serializer, fix tests
2019-12-16 19:06:19 +09:00
hiroj
58e20856e3
Merge pull request #280 from saturday06/fix/typo_embedded
...
Fix typo (Base64Embedded)
2019-12-13 22:44:50 +09:00
hirose
2f042520bc
default unijson
2019-12-13 22:06:02 +09:00
hirose
583f5c273a
add SerializerTypes.cs
2019-12-13 21:51:33 +09:00
hirose
fcf63b6970
add generated serializer, fix tests
2019-12-13 20:50:23 +09:00
j-hirose
f1d40f6ded
fix animation array copy
2019-08-29 17:26:58 +09:00
hiroj
b8273cb430
Merge pull request #279 from saturday06/fix/typo_texture
...
Fix typo (TextureType)
2019-06-25 20:46:41 +09:00
hiroj
5379e0575d
Merge pull request #278 from saturday06/fix/typo_properties
...
Fix typo (AnimationProperties)
2019-06-25 20:27:38 +09:00
Isamu Mogi
f1a787695f
Fix typo (AnimationProperties)
2019-06-09 01:24:06 +09:00
Isamu Mogi
9d1da26ff8
Fix typo (public class members)
2019-06-09 01:23:22 +09:00
Isamu Mogi
6e01826ff6
Fix typo (TextureType)
2019-06-09 00:44:21 +09:00
Isamu Mogi
99d3707c5b
Fix typo (Base64Embedded)
2019-06-09 00:43:28 +09:00
j-hirose
955d458bd4
rename
2019-03-19 16:44:13 +09:00
hiroj
b904f564c2
add texture transform extensions format
2019-03-18 17:03:42 +09:00
ousttrue
a0f23d3739
Add default constructor
2019-02-13 08:35:01 +09:00
yutopp
1d0c2d8840
Set 'ExplicitIgnorableItemLength = 0' to glTF elements to export models without errors
2019-01-31 15:31:16 +09:00
yutopp
38a0a7a715
Remove draco related fields to ignore extensions field. Extensions are already checked by 'ExtentionsUsed' field, it is safe to remove
2019-01-17 20:58:58 +09:00
yutopp
120dc42901
Fix a default value of glTFTexture.bufferView (Use 0 intead to save compatibility).
2019-01-17 15:00:16 +09:00
yutopp
66d8adc191
Fix validation configs for JsonSchema when converting to glb bytes
2019-01-16 17:40:19 +09:00
yutopp
da2f7b8490
Add experimental expoter option. Enable error checks for glTF
2019-01-15 17:56:44 +09:00
yutopp
8479c7c9b2
Add a test for glTF components. Fix json schema to export them correctly by using JsonSchema
2019-01-15 16:07:15 +09:00
ousttrue
7fee636df8
Merge pull request #110 from saturday06/fix-invalid-gltf-value-output
...
Remove invalid json like `meshes[].primitives[].targets[].TANGENT = -1`
2019-01-09 23:35:13 +09:00
yutopp
29ca308f80
Use uint instead of UInt32. A base type of enums must be underlying types and uint is same as UInt32. (ref: https://docs.microsoft.com/ja-jp/dotnet/csharp/language-reference/keywords/uint )
2019-01-07 14:44:58 +09:00
Isamu Mogi
da2fb76fd4
Remove invalid json like meshes[].primitives[].targets[].TANGENT = -1
...
In UniVRM v0.45 invalid glTF json values like
`meshes[].primitives[].targets[].TANGENT = -1` had been removed
by UniGLTF.JsonSerializableBase.SerializeMembers(). But it was disabled
unexpectedly since v0.46's following commit:
a85b9699e7 (diff-6d81c3ba04eb19e159e64767f9dd1325L36)
Now call UniGLTF.GLTFJsonFormatter.GLTFValue() explicitly to run serializable's
SerializeMembers() for removing those values that restores UniVRM v0.45
behavior without reflections.
Fixes #105
2019-01-04 02:40:23 +09:00
yutopp
7938679772
Move Assets/* (expect Plugins) to Assets/VRM/*
2018-12-29 13:21:42 +09:00