mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-23 13:24:11 +02:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
packages/frontend/assets/room/objects/snakeplant/snakeplant.glb
Normal file
BIN
packages/frontend/assets/room/objects/snakeplant/snakeplant.glb
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -69,7 +69,7 @@ onMounted(() => {
|
|||||||
id: 'c',
|
id: 'c',
|
||||||
type: 'desk',
|
type: 'desk',
|
||||||
position: [-115, 0, 85],
|
position: [-115, 0, 85],
|
||||||
rotation: [0, 0, 0],
|
rotation: [0, Math.PI, 0],
|
||||||
}, {
|
}, {
|
||||||
id: 'd',
|
id: 'd',
|
||||||
type: 'monitor',
|
type: 'monitor',
|
||||||
@@ -80,7 +80,7 @@ onMounted(() => {
|
|||||||
id: 'd2',
|
id: 'd2',
|
||||||
type: 'keyboard',
|
type: 'keyboard',
|
||||||
position: [-110, 70, 85],
|
position: [-110, 70, 85],
|
||||||
rotation: [0, 0, 0],
|
rotation: [0, Math.PI, 0],
|
||||||
sticky: 'c',
|
sticky: 'c',
|
||||||
}, {
|
}, {
|
||||||
id: 'e',
|
id: 'e',
|
||||||
@@ -97,6 +97,11 @@ onMounted(() => {
|
|||||||
type: 'monstera',
|
type: 'monstera',
|
||||||
position: [-55, 90, 175],
|
position: [-55, 90, 175],
|
||||||
rotation: [0, 0, 0],
|
rotation: [0, 0, 0],
|
||||||
|
}, {
|
||||||
|
id: 'f3',
|
||||||
|
type: 'snakeplant',
|
||||||
|
position: [-25, 90, 170],
|
||||||
|
rotation: [0, 0, 0],
|
||||||
}, {
|
}, {
|
||||||
id: 'g',
|
id: 'g',
|
||||||
type: 'mug',
|
type: 'mug',
|
||||||
@@ -123,6 +128,12 @@ onMounted(() => {
|
|||||||
position: [130, 100, 115],
|
position: [130, 100, 115],
|
||||||
rotation: [0, Math.PI / 2, 0],
|
rotation: [0, Math.PI / 2, 0],
|
||||||
sticky: 'j',
|
sticky: 'j',
|
||||||
|
}, {
|
||||||
|
id: 'j3',
|
||||||
|
type: 'power-strip',
|
||||||
|
position: [130, 13, 115],
|
||||||
|
rotation: [0, Math.PI / 2, 0],
|
||||||
|
sticky: 'j',
|
||||||
}, {
|
}, {
|
||||||
id: 'k',
|
id: 'k',
|
||||||
type: 'cup-noodle',
|
type: 'cup-noodle',
|
||||||
@@ -145,7 +156,7 @@ onMounted(() => {
|
|||||||
id: 'n',
|
id: 'n',
|
||||||
type: 'milk',
|
type: 'milk',
|
||||||
position: [-120, 70, 130],
|
position: [-120, 70, 130],
|
||||||
rotation: [0, -1.5, 0],
|
rotation: [0, 1.5, 0],
|
||||||
sticky: 'c',
|
sticky: 'c',
|
||||||
}, {
|
}, {
|
||||||
id: 'o',
|
id: 'o',
|
||||||
|
|||||||
@@ -305,6 +305,12 @@ const OBJECTS = {
|
|||||||
'wood-sound-absorbing-panel': {
|
'wood-sound-absorbing-panel': {
|
||||||
placement: 'side',
|
placement: 'side',
|
||||||
},
|
},
|
||||||
|
'power-strip': {
|
||||||
|
placement: 'top',
|
||||||
|
},
|
||||||
|
'snakeplant': {
|
||||||
|
placement: 'top',
|
||||||
|
},
|
||||||
} as Record<string, ObjectDef>;
|
} as Record<string, ObjectDef>;
|
||||||
|
|
||||||
const _assumedFramesPerSecond = 60;
|
const _assumedFramesPerSecond = 60;
|
||||||
|
|||||||
Reference in New Issue
Block a user