1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-31 08:04:06 +02:00
This commit is contained in:
syuilo
2026-02-16 18:25:58 +09:00
parent a45611171a
commit c12f330432
2 changed files with 134 additions and 79 deletions

View File

@@ -53,7 +53,7 @@ function resize() {
onMounted(() => {
engine.value = new RoomEngine({
roomType: 'default',
objects: [{
installedObjects: [{
id: 'a',
type: 'cardboardBox',
position: [120, 0, 50],
@@ -310,7 +310,7 @@ onUnmounted(() => {
});
function grab() {
engine.value.toggleGrab();
engine.value.beginSelectedInstalledObjectGrabbing();
canvas.value!.focus();
}