mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-26 19:34:21 +02:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
BIN
packages/frontend/assets/room/objects/steel-rack/steel-rack.glb
Normal file
BIN
packages/frontend/assets/room/objects/steel-rack/steel-rack.glb
Normal file
Binary file not shown.
@@ -34,17 +34,17 @@ onMounted(() => {
|
|||||||
objects: [{
|
objects: [{
|
||||||
id: 'a',
|
id: 'a',
|
||||||
type: 'cardboard-box3',
|
type: 'cardboard-box3',
|
||||||
position: [100, 0, 100],
|
position: [120, 0, 50],
|
||||||
rotation: [0, 0.2, 0],
|
rotation: [0, 0.2, 0],
|
||||||
}, {
|
}, {
|
||||||
id: 'b',
|
id: 'b',
|
||||||
type: 'cardboard-box2',
|
type: 'cardboard-box2',
|
||||||
position: [100, 31, 100],
|
position: [120, 31, 50],
|
||||||
rotation: [0, 0.1, 0],
|
rotation: [0, 0.1, 0],
|
||||||
}, {
|
}, {
|
||||||
id: '1',
|
id: '1',
|
||||||
type: 'cardboard-box',
|
type: 'cardboard-box',
|
||||||
position: [50, 0, 100],
|
position: [80, 0, 110],
|
||||||
rotation: [0, 2, 0],
|
rotation: [0, 2, 0],
|
||||||
}, {
|
}, {
|
||||||
id: 'c',
|
id: 'c',
|
||||||
@@ -81,6 +81,11 @@ onMounted(() => {
|
|||||||
type: 'lava-lamp',
|
type: 'lava-lamp',
|
||||||
position: [60, 90, 170],
|
position: [60, 90, 170],
|
||||||
rotation: [0, 0, 0],
|
rotation: [0, 0, 0],
|
||||||
|
}, {
|
||||||
|
id: 'j',
|
||||||
|
type: 'steel-rack',
|
||||||
|
position: [130, 0, 115],
|
||||||
|
rotation: [0, 0, 0],
|
||||||
}],
|
}],
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user