mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-23 04:23:35 +00: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',
|
||||
type: 'snakeplant',
|
||||
position: [-25, 90, 170],
|
||||
position: [40, 90, 170],
|
||||
rotation: [0, 0, 0],
|
||||
}, {
|
||||
id: 'g',
|
||||
@@ -211,6 +211,16 @@ onMounted(() => {
|
||||
type: 'round-rug',
|
||||
position: [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!,
|
||||
|
||||
@@ -311,6 +311,9 @@ const OBJECTS = {
|
||||
'snakeplant': {
|
||||
placement: 'top',
|
||||
},
|
||||
'blind': {
|
||||
placement: 'bottom',
|
||||
},
|
||||
} as Record<string, ObjectDef>;
|
||||
|
||||
const _assumedFramesPerSecond = 60;
|
||||
|
||||
Reference in New Issue
Block a user