From e5c22e980166e1d3ec3d05bc10b538dd4ac14399 Mon Sep 17 00:00:00 2001 From: amamagi Date: Tue, 1 Apr 2025 14:47:04 +0900 Subject: [PATCH] change scroll value --- .../MToon10Showcase/Runtime/MToon10ShowcaseEntryPoint.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/VRM10_Samples/MToon10Showcase/Runtime/MToon10ShowcaseEntryPoint.cs b/Assets/VRM10_Samples/MToon10Showcase/Runtime/MToon10ShowcaseEntryPoint.cs index 68a05b22e..4d0c33b1b 100644 --- a/Assets/VRM10_Samples/MToon10Showcase/Runtime/MToon10ShowcaseEntryPoint.cs +++ b/Assets/VRM10_Samples/MToon10Showcase/Runtime/MToon10ShowcaseEntryPoint.cs @@ -46,7 +46,7 @@ namespace VRM10.Samples.MToon10Showcase context.ShadeColorTexture = entry.shadeTexture; }); - cameraScroller.Initialize(new Vector3(0.0f, 5.0f, 0.0f), new Vector3(0.0f, 5.0f, -5.0f), 0.1f); + cameraScroller.Initialize(new Vector3(0.0f, 5.0f, 0.0f), new Vector3(0.0f, 5.0f, -5.0f), 0.5f); } private Transform CreateShowcase(T[] entries, Material baseMaterial, Action setup)