mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update randomBooks.ts
This commit is contained in:
parent
ce98d4244b
commit
54c339d89c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue