Commit Graph

2470 Commits

Author SHA1 Message Date
yutopp
5dec92c374 Call base constructor 2019-01-07 14:48:51 +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
6ae89549b5
Merge pull request #107 from saturday06/fix-typo-export
Fix typo in file name
2019-01-02 20:36:31 +09:00
Isamu Mogi
f2c8870569 Fix typo 2019-01-02 20:33:23 +09:00
Isamu Mogi
e1aa252d4b Fix typo 2019-01-02 20:29:11 +09:00
Isamu Mogi
9986e5615e Round glTF2.0 materials[].emissiveFactor value to its maximum limit 2018-12-31 00:55:34 +09:00
ousttrue
671a729637 Incremented version to UniVRM-0.47 2018-12-29 22:45:32 +09:00
ousttrue
5b0bf3e214 Removed empty folders 2018-12-29 22:09:36 +09:00
yutopp
7938679772 Move Assets/* (expect Plugins) to Assets/VRM/* 2018-12-29 13:21:42 +09:00
yutopp
c8c98b4ab9 Apply formatter 2018-12-28 23:44:40 +09:00
yutopp
c130b69023 Setup solution/project files 2018-12-28 23:05:21 +09:00
yutopp
f3e130d346 Move UniVRM related files into Assets/*. Move Scripts/Editor to Editor in UniVRM 2018-12-28 22:35:24 +09:00
yutopp
6df13b68e3 Update meta files 2018-12-28 22:32:12 +09:00
yutopp
01d0c8eea2 Move MToon to Assets/* 2018-12-28 22:30:13 +09:00
yutopp
0f2565ba09 Move DepthFirstScheduler to Assets/* 2018-12-28 22:28:51 +09:00
yutopp
75b4d54839 Move UniHumanoid to Assets/* 2018-12-28 22:28:17 +09:00
yutopp
e6f3576eb2 Move UniGLTF to Assets/* 2018-12-28 22:27:56 +09:00
yutopp
d96e88f9c8 Move UniJSON to Assets/* 2018-12-28 22:27:19 +09:00
yutopp
f0bc0a29bd Move UniUnlit to Assets/* 2018-12-28 22:26:31 +09:00