From 66e0eeedfb52dfcc1c9b9082d529161ff5905f8d Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:34:05 +0900 Subject: [PATCH] Update poster.ts --- packages/frontend/src/utility/room/objects/poster.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/frontend/src/utility/room/objects/poster.ts b/packages/frontend/src/utility/room/objects/poster.ts index 9aead32dd0..eec38c3dcf 100644 --- a/packages/frontend/src/utility/room/objects/poster.ts +++ b/packages/frontend/src/utility/room/objects/poster.ts @@ -55,10 +55,10 @@ export const poster = defineObject({ const uvs = pictureMesh.getVerticesData(BABYLON.VertexBuffer.UVKind); /** - * 0 1 - * 0 c(x,y)---a(x,y) - * | | - * 1 d(x,y)---b(x,y) + * 0 1 + * 0 a(x,y) --- b(x,y) + * | | + * 1 c(x,y) --- d(x,y) */ const ax = uvs[4]; const ay = uvs[5];