mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 22:44:11 +02:00
wip
This commit is contained in:
BIN
packages/frontend/assets/room/objects/blind/blind.blend
Normal file
BIN
packages/frontend/assets/room/objects/blind/blind.blend
Normal file
Binary file not shown.
BIN
packages/frontend/assets/room/objects/blind/blind.glb
Normal file
BIN
packages/frontend/assets/room/objects/blind/blind.glb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -100,7 +100,7 @@ onMounted(() => {
|
|||||||
}, {
|
}, {
|
||||||
id: 'f3',
|
id: 'f3',
|
||||||
type: 'snakeplant',
|
type: 'snakeplant',
|
||||||
position: [-25, 90, 170],
|
position: [40, 90, 170],
|
||||||
rotation: [0, 0, 0],
|
rotation: [0, 0, 0],
|
||||||
}, {
|
}, {
|
||||||
id: 'g',
|
id: 'g',
|
||||||
@@ -211,6 +211,16 @@ onMounted(() => {
|
|||||||
type: 'round-rug',
|
type: 'round-rug',
|
||||||
position: [0, 0, 0],
|
position: [0, 0, 0],
|
||||||
rotation: [0, 0, 0],
|
rotation: [0, 0, 0],
|
||||||
|
}, {
|
||||||
|
id: 'x',
|
||||||
|
type: 'blind',
|
||||||
|
position: [-35, 194, 185],
|
||||||
|
rotation: [0, Math.PI, 0],
|
||||||
|
}, {
|
||||||
|
id: 'x2',
|
||||||
|
type: 'blind',
|
||||||
|
position: [35, 194, 185],
|
||||||
|
rotation: [0, Math.PI, 0],
|
||||||
}],
|
}],
|
||||||
}, {
|
}, {
|
||||||
canvas: canvas.value!,
|
canvas: canvas.value!,
|
||||||
|
|||||||
@@ -311,6 +311,9 @@ const OBJECTS = {
|
|||||||
'snakeplant': {
|
'snakeplant': {
|
||||||
placement: 'top',
|
placement: 'top',
|
||||||
},
|
},
|
||||||
|
'blind': {
|
||||||
|
placement: 'bottom',
|
||||||
|
},
|
||||||
} as Record<string, ObjectDef>;
|
} as Record<string, ObjectDef>;
|
||||||
|
|
||||||
const _assumedFramesPerSecond = 60;
|
const _assumedFramesPerSecond = 60;
|
||||||
|
|||||||
Reference in New Issue
Block a user