mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-31 08:04:06 +02:00
wip
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user