From 79fe0fbd0556f83ce4358abb1ac91b6e49bdef3b Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 21 Apr 2026 11:55:53 +0900 Subject: [PATCH] make WORLD_SCALE 1 --- packages/frontend/src/world/utility.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/frontend/src/world/utility.ts b/packages/frontend/src/world/utility.ts index 49c5a2996d..1fd7860f17 100644 --- a/packages/frontend/src/world/utility.ts +++ b/packages/frontend/src/world/utility.ts @@ -5,11 +5,8 @@ import * as BABYLON from '@babylonjs/core'; -// 1にしてcmを/100したいけど、なぜか(速度調整後の)カメラが前進しなくなる問題がある -export const WORLD_SCALE = 100; - -//export const cm = (value: number) => value / 100; -export const cm = (value: number) => value; +export const WORLD_SCALE = 1; +export const cm = (value: number) => value / 100; export const TIME_MAP = { 0: 2,