1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-13 16:25:44 +02:00

Update randomBooks.ts

This commit is contained in:
syuilo
2026-04-23 12:23:34 +09:00
parent ce98d4244b
commit 54c339d89c

View File

@@ -108,7 +108,7 @@ export const randomBooks = defineObject({
mesh.rotation = new BABYLON.Vector3(0, randomRange(-0.15, 0.15), Math.PI / 2);
mesh.position.x = (heightCm / 2) / WORLD_SCALE;
mesh.position.y = (accumulatedPos + (thicknessCm / 2)) / WORLD_SCALE;
mesh.position.z = widthCm / 2 / WORLD_SCALE;
//mesh.position.z = widthCm / 2 / WORLD_SCALE;
} else {
mesh.position.x = (accumulatedPos + (thicknessCm / 2)) / WORLD_SCALE;
mesh.position.z = widthCm / 2 / WORLD_SCALE;