Commit Graph

5991 Commits

Author SHA1 Message Date
ousttrue
3278807cbb
Merge branch 'master' into mtoon10showcase 2025-04-03 13:38:52 +09:00
ousttrue
b749dd4fac
Merge pull request #2622 from amamagi/fix/outline-mask
Fix MToon10: Use G channel for outline width tex to match the specification
2025-04-03 13:38:34 +09:00
amamagi
34bacf9da1 Merge branch 'master' into mtoon10showcase 2025-04-03 12:01:19 +09:00
amamagi
c8723daf52 use g channel for outline width tex to match the specification 2025-04-03 11:15:11 +09:00
amamagi
ec2325f55c small changes 2025-04-03 10:53:58 +09:00
amamagi
dd4b50e59e rename 2025-04-02 19:08:46 +09:00
amamagi
58b225eb98 update showcase scene 2025-04-02 19:01:09 +09:00
amamagi
0d5cbb7d3b add resources 2025-04-02 19:00:22 +09:00
amamagi
2651ba3fc4 add showcase template 2025-04-02 18:51:05 +09:00
amamagi
e5c22e9801 change scroll value 2025-04-01 14:47:13 +09:00
amamagi
dc4aac54f2 update alpha mode showcase 2025-04-01 14:46:46 +09:00
amamagi
03e1ab68ac update shade showcase 2025-04-01 14:39:36 +09:00
amamagi
1a2510e0d2 add AlphaModeShowcase 2025-03-28 19:03:26 +09:00
amamagi
62c078aad5 add scroll view to showcase scene 2025-03-28 18:36:12 +09:00
ousttrue
ebe8255ada
Merge pull request #2613 from cpetry/master
#2612 - Empty primitive meshes
2025-03-18 14:54:25 +09:00
ousttrue
0dc24156b2
Merge branch 'master' into master 2025-03-18 14:53:52 +09:00
ousttrue
d3c408abbf
Merge pull request #2614 from ousttrue/fix/springbone_reconstruct_colliders
[SpringBone] reconstruct 時の center の index の offset 足し忘れを修正
2025-03-18 12:51:21 +09:00
Christian Petry
33ff6e5759 Refs #2612 - Added an error message and tried preventing exports of empty primitive meshes 2025-03-17 07:43:22 +01:00
ousttrue
7a34d11a3c add spring.transformIndexOffset 2025-03-17 15:40:04 +09:00
ousttrue
cad4082cc4 BufferCombiner.Unregister/Register で順番の変更が起きないようにする 2025-03-14 18:56:44 +09:00
ousttrue
f0d59ae948 list 2025-03-14 18:36:08 +09:00
ousttrue
38c4313d95
Merge pull request #2610 from matsutaka-pxv/texture-marknonreadable
Some checks failed
Expired Issues Closure / cycle-weekly-close (push) Has been cancelled
Add: UnitySupportedImageTypeDeserializer に MarkNonReadable プロパティを追加
2025-03-14 16:40:27 +09:00
ousttrue
a61801fa87
Merge branch 'master' into texture-marknonreadable 2025-03-14 16:39:45 +09:00
ousttrue
d8a2933524
Merge pull request #2609 from ousttrue/fix/init_tailpos_center
[SpringBone] CurrentTails の初期値。CurrentTails は center local
2025-03-14 16:33:31 +09:00
ousttrue
559a363fe6 CurrentTails in center local coordinates. 2025-03-13 17:09:20 +09:00
ousttrue
6cfdebf613
Merge pull request #2606 from matsutaka-pxv/remove-arraysegment-toarray
SpanによるUniGLTF.NativeArrayManager.CreateNativeArray(ArraySegment)の改善
2025-03-13 15:56:14 +09:00
matsutaka
7a3e629aed Add: UnitySupportedImageTypeDeserializer に MarkNonReadable プロパティを追加
UnityEngine.ImageConversion.LoadImage の第二引数 markNonReadable に相当。
2025-03-12 16:42:43 +09:00
matsutaka
3d8db458cd chore: ArraySegment.ToArray()の呼び出しによるGC Allocを軽減
ArraySegment.AsSpan() によって Span を取得し、
NativeArray.AsSpan() で得たコピー先 Span に向けて
Span.CopyTo() によるコピーを行う。

data.Array[] による ArraySegment.ToArray() の呼び出しが無くなった結果、
GC Alloc が減少する。
2025-03-12 15:49:05 +09:00
ousttrue
71b6b2a41b
Merge pull request #2605 from ousttrue/fix/spring10_reconstruct_index
fix logicsIndex in ReconstructIfDirty
2025-03-11 15:00:07 +09:00
ousttrue
091e7d15a0 fix logicsIndex in ReconstructIfDirty 2025-03-10 16:09:51 +09:00
ousttrue
b045022e3e
Merge pull request #2601 from ousttrue/version/v0_128_3
UniVRM-0.128.3
2025-03-05 15:05:51 +09:00
ousttrue
536aeda8ed
Merge branch 'master' into version/v0_128_3 2025-03-05 13:40:37 +09:00
ousttrue
8ad15afb5a
Merge pull request #2600 from Santarh/fixHalfTypeShaderBug
Fix an issue where MToon cannot render transparent materials in some 16-bit floating point environments.
2025-03-05 13:40:03 +09:00
ousttrue
25fc792de5
Merge branch 'master' into fixHalfTypeShaderBug 2025-03-05 13:39:47 +09:00
ousttrue
9cb0b0bf57 UniVRM-0.128.3 2025-03-05 13:17:37 +09:00
ousttrue
c7e48941ee
Merge pull request #2599 from ousttrue/fix/vrm10viewer_default_material
[sample] TinyMToon は default では off
2025-03-05 13:06:23 +09:00
Masataka SUMI
dd9bfc1669
Apply fp16 bug fix to MToon0.X 2025-03-05 02:00:42 +09:00
Masataka SUMI
c6ac573bcc
Make variable name clear. 2025-03-05 01:50:28 +09:00
Masataka SUMI
6a4ec20eb0
Revert changes in MToon 0.X 2025-03-05 01:39:19 +09:00
tsgcpp
c646901436
Fix EPS_COL as half 2025-03-05 01:35:53 +09:00
ousttrue
20f31faf12 add MaterialDescriptor constructor. add comment 2025-03-05 01:31:53 +09:00
ousttrue
4f45d51e8f default TinyPbr off 2025-03-04 22:28:47 +09:00
ousttrue
7158deefc7
Merge pull request #2597 from tsgcpp/feautere/use_emissiveStrength_in_MToon10
Fix to multiply _EmissionColor by emissiveStrength in MToon10
2025-03-04 18:59:39 +09:00
ousttrue
012afdd2b0
Merge branch 'master' into feautere/use_emissiveStrength_in_MToon10 2025-03-04 18:57:56 +09:00
ousttrue
31e7792d00
Merge pull request #2595 from ousttrue/fix/sample_shadergraph
[sample] update TinyMtoon
2025-03-04 18:57:34 +09:00
tsgcpp
09eb24e76e Fix to multiply _EmissionColor by emissiveStrength in MToon10 2025-03-04 14:27:19 +09:00
ousttrue
5d16112bf4 コメント復活。追加。 2025-03-04 13:35:25 +09:00
ousttrue
15ef107f1d
Merge branch 'master' into fix/sample_shadergraph 2025-03-03 22:28:09 +09:00
ousttrue
f692ffbaad update shadergraph 2025-03-03 21:53:13 +09:00
ousttrue
bae1d47aeb
Merge pull request #2594 from Santarh/revert2540
Ensure `matcapFactor` Compatibility with VRM 1.0 Models in UniVRM v0.128.0 and Earlier
2025-03-03 20:27:28 +09:00