Masataka SUMI
|
ff7a090c2e
|
頂点データを Set した際に Bounds を計算するようにする.
|
2021-11-30 18:54:43 +09:00 |
|
PoChang007
|
d7a85bea85
|
Merge pull request #1395 from ousttrue/release/v0_90_0
release v0.90.0
|
2021-11-25 20:18:36 +09:00 |
|
ousttrue
|
cf13dc8f05
|
release v0.90.0
|
2021-11-25 19:44:14 +09:00 |
|
ousttrue
|
d192b22d5c
|
Merge pull request #1394 from notargs/feature/fix_nullre
Colorsのnull考慮漏れを修正
|
2021-11-25 16:13:22 +09:00 |
|
notargs
|
e9c1e13436
|
Colorsのnull考慮漏れを修正
|
2021-11-25 16:11:08 +09:00 |
|
Yutaka Sato
|
fbe12e9fb4
|
Merge pull request #1392 from ousttrue/fix10/fix_build_error
ビルド時の参照エラーを修正
|
2021-11-25 15:46:36 +09:00 |
|
ousttrue
|
4a59507358
|
ビルド時の参照エラーを修正
|
2021-11-25 15:43:38 +09:00 |
|
PoChang007
|
6f154dd0ac
|
Merge pull request #1391 from ousttrue/version/v0_90_0
UniVRM-0.90.0
|
2021-11-25 15:26:54 +09:00 |
|
ousttrue
|
04dfd2a508
|
UniVRM-0.90.0
|
2021-11-25 15:25:49 +09:00 |
|
ousttrue
|
076f946007
|
Merge pull request #1385 from ousttrue/fix/gltf_export_material_validation
未知の material をエクスポートするとエラーになるのを回避
|
2021-11-25 15:24:04 +09:00 |
|
ousttrue
|
9a8b428e19
|
flow もとに戻し。 HasProperty で GetProperty のエラーを回避
|
2021-11-25 15:21:07 +09:00 |
|
ousttrue
|
798c0453f7
|
Merge pull request #1387 from ousttrue/fix10/expression_weight_100
[1.0] ScriptableObject VRM10Expression の MorphTargetBinding.Weight の値域を 0-1 に修正
|
2021-11-25 15:07:36 +09:00 |
|
ousttrue
|
5ed63e6aef
|
warning message use MAX_WEIGHT
|
2021-11-24 21:56:10 +09:00 |
|
ousttrue
|
f4120c7722
|
UnityObject だし
|
2021-11-24 21:54:02 +09:00 |
|
ousttrue
|
4533a7f0bf
|
const
|
2021-11-24 21:52:47 +09:00 |
|
ousttrue
|
b1c431a04e
|
fix slider
|
2021-11-24 21:13:10 +09:00 |
|
ousttrue
|
b0d8cfa567
|
GetBlendShapeWeight, SetBlendShapeWeight 前後で100倍する
|
2021-11-24 21:10:58 +09:00 |
|
ousttrue
|
73f2b39907
|
add test
|
2021-11-24 20:45:04 +09:00 |
|
ousttrue
|
9ce7cabc17
|
ScriptableObject に 100倍された値を保持するのをやめる
* SetBlendShapeWeight 時に 100 倍する
|
2021-11-24 20:17:51 +09:00 |
|
ousttrue
|
2588cf45ee
|
editor の null check
|
2021-11-24 20:16:48 +09:00 |
|
ousttrue
|
35cc1dda03
|
未知の material をエクスポートするとエラーになるのを回避
|
2021-11-24 20:14:54 +09:00 |
|
ousttrue
|
0e708b807c
|
Merge pull request #1376 from notargs/feature/use_new_mesh_api
VRM1.0についてもNew Mesh APIを使う
|
2021-11-22 15:53:42 +09:00 |
|
notargs
|
e53065aeff
|
Use NativeSlice
|
2021-11-16 19:56:40 +09:00 |
|
notargs
|
c98a94bccb
|
Add CopyIndicesJobs
|
2021-11-16 19:53:29 +09:00 |
|
notargs
|
4da92aa797
|
Serializable
|
2021-11-16 19:30:00 +09:00 |
|
notargs
|
550a5ae9f8
|
Add Serializable
|
2021-11-16 19:29:40 +09:00 |
|
notargs
|
b1afcf4c01
|
コメントを追加
|
2021-11-16 19:27:51 +09:00 |
|
notargs
|
be35f19cb7
|
MeshImporterDividedのBlendShapeの更新にかなり時間がかかっていた問題を修正
|
2021-11-16 19:11:53 +09:00 |
|
notargs
|
7b32f07c78
|
MeshImporterDividedを高速化
|
2021-11-16 18:38:37 +09:00 |
|
notargs
|
ed4aada948
|
Fix jobs
|
2021-11-12 19:09:05 +09:00 |
|
notargs
|
6db8e5ecbf
|
MeshImporterDivided.LoadDividedをNew Mesh API対応
|
2021-11-12 18:39:10 +09:00 |
|
notargs
|
f566804cc4
|
IndexBufferをNew Mesh APIに対応
|
2021-11-12 14:01:08 +09:00 |
|
notargs
|
cc657de263
|
Merge remote-tracking branch 'upstream/master' into feature/use_new_mesh_api
|
2021-11-12 13:28:40 +09:00 |
|
notargs
|
c8fff439fb
|
Add comment
|
2021-11-12 13:28:31 +09:00 |
|
notargs
|
a3674a992b
|
UniVRM10のVertexの更新をNew Mesh APIに変更
|
2021-11-12 13:25:03 +09:00 |
|
PoChang007
|
aeef53b8e8
|
Merge pull request #1375 from ousttrue/version/v0_89_1
UniVRM-0.89.1
|
2021-11-11 18:55:24 +09:00 |
|
ousttrue
|
b41e5e8252
|
Merge pull request #1374 from ousttrue/fix10/fix_indexFormat
[1.0] indices が 65535 を超える場合に indexFormat をセットする
|
2021-11-11 18:48:33 +09:00 |
|
ousttrue
|
8ab7cb75eb
|
UniVRM-0.89.1
|
2021-11-11 18:44:16 +09:00 |
|
ousttrue
|
77cc07f3d9
|
set indexFormat
|
2021-11-11 18:31:16 +09:00 |
|
ousttrue
|
0e997d4162
|
Merge pull request #1373 from notargs/feature/use_new_mesh_api
New Mesh APIを利用することで、GPUへのMeshアップロードコストを削減
|
2021-11-11 15:30:01 +09:00 |
|
notargs
|
3ba32fc014
|
rm Pack=1
|
2021-11-11 15:18:40 +09:00 |
|
notargs
|
57f98a8050
|
Rename texCoord
|
2021-11-11 15:17:50 +09:00 |
|
notargs
|
87c7e8d72d
|
MeshVertexの変数をprivateに
|
2021-11-11 15:12:40 +09:00 |
|
notargs
|
cfd8ad3fc7
|
MeshVertexをinternalに
|
2021-11-11 14:43:03 +09:00 |
|
notargs
|
2917119ac6
|
コメントを追加
|
2021-11-11 14:30:47 +09:00 |
|
notargs
|
98eae35bad
|
IndexBufferの更新処理をNewMeshAPIに変更
|
2021-11-11 14:22:29 +09:00 |
|
notargs
|
1abd5331c4
|
頂点の更新にMeshAPI v2を利用する
|
2021-11-11 13:00:06 +09:00 |
|
ousttrue
|
0aa2130f84
|
Merge pull request #1372 from notargs/refactor_meshcontext
MeshContextのListをIReadOnlyListに変更・その他フォーマット
|
2021-11-10 17:25:03 +09:00 |
|
notargs
|
da4a703523
|
format
|
2021-11-10 14:54:35 +09:00 |
|
ousttrue
|
b13125dafc
|
Merge pull request #1371 from notargs/separate_meshimporter
MeshImporterからMeshContextを分離
|
2021-11-10 14:11:40 +09:00 |
|