mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-07-26 19:14:36 +02:00
wip
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { a4Case_schema } from './a4Case.schema.js';
|
||||
import { a4Case_schema } from 'misskey-world/src/room/objects/a4Case.schema.js';
|
||||
|
||||
export const a4Case = defineObject(a4Case_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { aircon_schema } from './aircon.schema.js';
|
||||
import { aircon_schema } from 'misskey-world/src/room/objects/aircon.schema.js';
|
||||
|
||||
export const aircon = defineObject(aircon_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { cm, WORLD_SCALE } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { getLightRangeFactorByGraphicsQuality } from '../utility.js';
|
||||
import { allInOnePc_schema } from './allInOnePc.schema.js';
|
||||
import { allInOnePc_schema } from 'misskey-world/src/room/objects/allInOnePc.schema.js';
|
||||
|
||||
export const allInOnePc = defineObject(allInOnePc_schema, {
|
||||
createInstance: async ({ lc, scene, options, model, graphicsQuality }) => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { aquarium_schema } from './aquarium.schema.js';
|
||||
import { aquarium_schema } from 'misskey-world/src/room/objects/aquarium.schema.js';
|
||||
|
||||
export const aquarium = defineObject(aquarium_schema, {
|
||||
createInstance: ({ scene, root }) => {
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
*/
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { aromaReedDiffuser_schema } from 'misskey-world/src/room/objects/aromaReedDiffuser.schema.js';
|
||||
import { defineObject } from '../object.js';
|
||||
import { aromaReedDiffuser_schema } from './aromaReedDiffuser.schema.js';
|
||||
|
||||
export const aromaReedDiffuser = defineObject(aromaReedDiffuser_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { banknote_schema } from './banknote.schema.js';
|
||||
import { banknote_schema } from 'misskey-world/src/room/objects/banknote.schema.js';
|
||||
|
||||
export const banknote = defineObject(banknote_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm, WORLD_SCALE } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { getLightRangeFactorByGraphicsQuality } from '../utility.js';
|
||||
import { beamLamp_schema } from './beamLamp.schema.js';
|
||||
import { beamLamp_schema } from 'misskey-world/src/room/objects/beamLamp.schema.js';
|
||||
|
||||
export const beamLamp = defineObject(beamLamp_schema, {
|
||||
createInstance: ({ lc, root, scene, graphicsQuality }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { bed_schema } from './bed.schema.js';
|
||||
import { bed_schema } from 'misskey-world/src/room/objects/bed.schema.js';
|
||||
|
||||
export const bed = defineObject(bed_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm, remap } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { createOverridedStates } from '../utility.js';
|
||||
import { blind_schema } from './blind.schema.js';
|
||||
import { blind_schema } from 'misskey-world/src/room/objects/blind.schema.js';
|
||||
|
||||
export const blind = defineObject(blind_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { book_schema } from './book.schema.js';
|
||||
import { book_schema } from 'misskey-world/src/room/objects/book.schema.js';
|
||||
|
||||
export const book = defineObject(book_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { books_schema } from './books.schema.js';
|
||||
import { books_schema } from 'misskey-world/src/room/objects/books.schema.js';
|
||||
|
||||
export const books = defineObject(books_schema, {
|
||||
createInstance: ({ scene, options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { boxWallShelf_schema } from './boxWallShelf.schema.js';
|
||||
import { boxWallShelf_schema } from 'misskey-world/src/room/objects/boxWallShelf.schema.js';
|
||||
|
||||
export const boxWallShelf = defineObject(boxWallShelf_schema, {
|
||||
createInstance: async ({ scene, options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cactusS_schema } from './cactusS.schema.js';
|
||||
import { cactusS_schema } from 'misskey-world/src/room/objects/cactusS.schema.js';
|
||||
|
||||
export const cactusS = defineObject(cactusS_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cardboardBox_schema } from './cardboardBox.schema.js';
|
||||
import { cardboardBox_schema } from 'misskey-world/src/room/objects/cardboardBox.schema.js';
|
||||
|
||||
export const cardboardBox = defineObject(cardboardBox_schema, {
|
||||
createInstance: ({ scene, options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { ceilingFanLight_schema } from './ceilingFanLight.schema.js';
|
||||
import { ceilingFanLight_schema } from 'misskey-world/src/room/objects/ceilingFanLight.schema.js';
|
||||
|
||||
export const ceilingFanLight = defineObject(ceilingFanLight_schema, {
|
||||
createInstance: ({ options, sr, scene, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { chair_schema } from './chair.schema.js';
|
||||
import { chair_schema } from 'misskey-world/src/room/objects/chair.schema.js';
|
||||
|
||||
export const chair = defineObject(chair_schema, {
|
||||
createInstance: ({ model, options, sitChair }) => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { remap } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { clippedPicture_schema } from './clippedPicture.schema.js';
|
||||
import { clippedPicture_schema } from 'misskey-world/src/room/objects/clippedPicture.schema.js';
|
||||
|
||||
export const clippedPicture = defineObject(clippedPicture_schema, {
|
||||
createInstance: async ({ scene, options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { coffeeCup_schema } from './coffeeCup.schema.js';
|
||||
import { coffeeCup_schema } from 'misskey-world/src/room/objects/coffeeCup.schema.js';
|
||||
|
||||
export const coffeeCup = defineObject(coffeeCup_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { colorBox_schema } from './colorBox.schema.js';
|
||||
import { colorBox_schema } from 'misskey-world/src/room/objects/colorBox.schema.js';
|
||||
|
||||
export const colorBox = defineObject(colorBox_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cuboid_schema } from './cuboid.schema.js';
|
||||
import { cuboid_schema } from 'misskey-world/src/room/objects/cuboid.schema.js';
|
||||
|
||||
export const cuboid = defineObject(cuboid_schema, {
|
||||
createInstance: async ({ scene, options, model }) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { yuge } from '../utility.js';
|
||||
import { cupNoodle_schema } from './cupNoodle.schema.js';
|
||||
import { cupNoodle_schema } from 'misskey-world/src/room/objects/cupNoodle.schema.js';
|
||||
|
||||
export const cupNoodle = defineObject(cupNoodle_schema, {
|
||||
createInstance: ({ scene, root, sr }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { curtain_schema } from './curtain.schema.js';
|
||||
import { curtain_schema } from 'misskey-world/src/room/objects/curtain.schema.js';
|
||||
|
||||
export const curtain = defineObject(curtain_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { custardPudding_schema } from './custardPudding.schema.js';
|
||||
import { custardPudding_schema } from 'misskey-world/src/room/objects/custardPudding.schema.js';
|
||||
|
||||
export const custardPudding = defineObject(custardPudding_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { debugHipoly_schema } from './debugHipoly.schema.js';
|
||||
import { debugHipoly_schema } from 'misskey-world/src/room/objects/debugHipoly.schema.js';
|
||||
|
||||
export const debugHipoly = defineObject(debugHipoly_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { debugMetal_schema } from './debugMetal.schema.js';
|
||||
import { debugMetal_schema } from 'misskey-world/src/room/objects/debugMetal.schema.js';
|
||||
|
||||
export const debugMetal = defineObject(debugMetal_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { descriptionPlate_schema } from './descriptionPlate.schema.js';
|
||||
import { descriptionPlate_schema } from 'misskey-world/src/room/objects/descriptionPlate.schema.js';
|
||||
|
||||
export const descriptionPlate = defineObject(descriptionPlate_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { desk_schema } from './desk.schema.js';
|
||||
import { desk_schema } from 'misskey-world/src/room/objects/desk.schema.js';
|
||||
|
||||
export const desk = defineObject(desk_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm, WORLD_SCALE } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { getLightRangeFactorByGraphicsQuality } from '../utility.js';
|
||||
import { desktopPc_schema } from './desktopPc.schema.js';
|
||||
import { desktopPc_schema } from 'misskey-world/src/room/objects/desktopPc.schema.js';
|
||||
|
||||
export const desktopPc = defineObject(desktopPc_schema, {
|
||||
createInstance: ({ options, model, root, scene, lc, graphicsQuality }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { djMixer_schema } from './djMixer.schema.js';
|
||||
import { djMixer_schema } from 'misskey-world/src/room/objects/djMixer.schema.js';
|
||||
|
||||
export const djMixer = defineObject(djMixer_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { normalizeUvToSquare } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { djPlayer_schema } from './djPlayer.schema.js';
|
||||
import { djPlayer_schema } from 'misskey-world/src/room/objects/djPlayer.schema.js';
|
||||
|
||||
export const djPlayer = defineObject(djPlayer_schema, {
|
||||
createInstance: async ({ model, options, scene }) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { getLightRangeFactorByGraphicsQuality } from '../utility.js';
|
||||
import { cm, remap, WORLD_SCALE } from '@/world/utility.js';
|
||||
import { ductRailSpotLights_schema } from './ductRailSpotLights.schema.js';
|
||||
import { ductRailSpotLights_schema } from 'misskey-world/src/room/objects/ductRailSpotLights.schema.js';
|
||||
|
||||
export const ductRailSpotLights = defineObject(ductRailSpotLights_schema, {
|
||||
createInstance: ({ lc, scene, options, model, graphicsQuality }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { ductTape_schema } from './ductTape.schema.js';
|
||||
import { ductTape_schema } from 'misskey-world/src/room/objects/ductTape.schema.js';
|
||||
|
||||
export const ductTape = defineObject(ductTape_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { RecyvlingTextGrid } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { electronicDisplayBoard_schema } from './electronicDisplayBoard.schema.js';
|
||||
import { electronicDisplayBoard_schema } from 'misskey-world/src/room/objects/electronicDisplayBoard.schema.js';
|
||||
|
||||
export const electronicDisplayBoard = defineObject(electronicDisplayBoard_schema, {
|
||||
createInstance: async ({ scene, options, model, timer }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { emptyBento_schema } from './emptyBento.schema.js';
|
||||
import { emptyBento_schema } from 'misskey-world/src/room/objects/emptyBento.schema.js';
|
||||
|
||||
export const emptyBento = defineObject(emptyBento_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { energyDrink_schema } from './energyDrink.schema.js';
|
||||
import { energyDrink_schema } from 'misskey-world/src/room/objects/energyDrink.schema.js';
|
||||
|
||||
export const energyDrink = defineObject(energyDrink_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { envelope_schema } from './envelope.schema.js';
|
||||
import { envelope_schema } from 'misskey-world/src/room/objects/envelope.schema.js';
|
||||
|
||||
export const envelope = defineObject(envelope_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { facialTissue_schema } from './facialTissue.schema.js';
|
||||
import { facialTissue_schema } from 'misskey-world/src/room/objects/facialTissue.schema.js';
|
||||
|
||||
export const facialTissue = defineObject(facialTissue_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { glassCylinderPotPlant_schema } from './glassCylinderPotPlant.schema.js';
|
||||
import { glassCylinderPotPlant_schema } from 'misskey-world/src/room/objects/glassCylinderPotPlant.schema.js';
|
||||
|
||||
export const glassCylinderPotPlant = defineObject(glassCylinderPotPlant_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { handheldGameConsole_schema } from './handheldGameConsole.schema.js';
|
||||
import { handheldGameConsole_schema } from 'misskey-world/src/room/objects/handheldGameConsole.schema.js';
|
||||
|
||||
export const handheldGameConsole = defineObject(handheldGameConsole_schema, {
|
||||
createInstance: async ({ scene, options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { hangingDuctRail_schema } from './hangingDuctRail.schema.js';
|
||||
import { hangingDuctRail_schema } from 'misskey-world/src/room/objects/hangingDuctRail.schema.js';
|
||||
|
||||
export const hangingDuctRail = defineObject(hangingDuctRail_schema, {
|
||||
createInstance: async ({ options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { hangingTShirt_schema } from './hangingTShirt.schema.js';
|
||||
import { hangingTShirt_schema } from 'misskey-world/src/room/objects/hangingTShirt.schema.js';
|
||||
|
||||
export const hangingTShirt = defineObject(hangingTShirt_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { icosahedron_schema } from './icosahedron.schema.js';
|
||||
import { icosahedron_schema } from 'misskey-world/src/room/objects/icosahedron.schema.js';
|
||||
|
||||
export const icosahedron = defineObject(icosahedron_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { ironFrameShelf_schema } from './ironFrameShelf.schema.js';
|
||||
import { ironFrameShelf_schema } from 'misskey-world/src/room/objects/ironFrameShelf.schema.js';
|
||||
|
||||
export const ironFrameShelf = defineObject(ironFrameShelf_schema, {
|
||||
path: (options) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { ironFrameTable_schema } from './ironFrameTable.schema.js';
|
||||
import { ironFrameTable_schema } from 'misskey-world/src/room/objects/ironFrameTable.schema.js';
|
||||
|
||||
export const ironFrameTable = defineObject(ironFrameTable_schema, {
|
||||
createInstance: ({ options, model, stickyMarkerMeshUpdated }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { issyoubin_schema } from './issyoubin.schema.js';
|
||||
import { issyoubin_schema } from 'misskey-world/src/room/objects/issyoubin.schema.js';
|
||||
|
||||
export const issyoubin = defineObject(issyoubin_schema, {
|
||||
createInstance: ({ model, options, scene }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { keyboard_schema } from './keyboard.schema.js';
|
||||
import { keyboard_schema } from 'misskey-world/src/room/objects/keyboard.schema.js';
|
||||
|
||||
export const keyboard = defineObject(keyboard_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { cm, WORLD_SCALE } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { getLightRangeFactorByGraphicsQuality } from '../utility.js';
|
||||
import { laptopPc_schema } from './laptopPc.schema.js';
|
||||
import { laptopPc_schema } from 'misskey-world/src/room/objects/laptopPc.schema.js';
|
||||
|
||||
export const laptopPc = defineObject(laptopPc_schema, {
|
||||
createInstance: async ({ lc, sr, scene, options, model, graphicsQuality }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { largeMousepad_schema } from './largeMousepad.schema.js';
|
||||
import { largeMousepad_schema } from 'misskey-world/src/room/objects/largeMousepad.schema.js';
|
||||
|
||||
export const largeMousepad = defineObject(largeMousepad_schema, {
|
||||
createInstance: async ({ scene, options, model }) => {
|
||||
|
||||
@@ -6,7 +6,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm, WORLD_SCALE } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { getLightRangeFactorByGraphicsQuality } from '../utility.js';
|
||||
import { lavaLamp_schema } from './lavaLamp.schema.js';
|
||||
import { lavaLamp_schema } from 'misskey-world/src/room/objects/lavaLamp.schema.js';
|
||||
|
||||
export const lavaLamp = defineObject(lavaLamp_schema, {
|
||||
createInstance: ({ options, lc, scene, sr, root, model, graphicsQuality }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { letterCase_schema } from './letterCase.schema.js';
|
||||
import { letterCase_schema } from 'misskey-world/src/room/objects/letterCase.schema.js';
|
||||
|
||||
export const letterCase = defineObject(letterCase_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { lowPartitionBar_schema } from './lowPartitionBar.schema.js';
|
||||
import { lowPartitionBar_schema } from 'misskey-world/src/room/objects/lowPartitionBar.schema.js';
|
||||
|
||||
export const lowPartitionBar = defineObject(lowPartitionBar_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { miObjet_schema } from './miObjet.schema.js';
|
||||
import { miObjet_schema } from 'misskey-world/src/room/objects/miObjet.schema.js';
|
||||
|
||||
export const miObjet = defineObject(miObjet_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { miPlate_schema } from './miPlate.schema.js';
|
||||
import { miPlate_schema } from 'misskey-world/src/room/objects/miPlate.schema.js';
|
||||
|
||||
export const miPlate = defineObject(miPlate_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { miPlateDisplayed_schema } from './miPlateDisplayed.schema.js';
|
||||
import { miPlateDisplayed_schema } from 'misskey-world/src/room/objects/miPlateDisplayed.schema.js';
|
||||
|
||||
export const miPlateDisplayed = defineObject(miPlateDisplayed_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { milk_schema } from './milk.schema.js';
|
||||
import { milk_schema } from 'misskey-world/src/room/objects/milk.schema.js';
|
||||
|
||||
export const milk = defineObject(milk_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { mixer_schema } from './mixer.schema.js';
|
||||
import { mixer_schema } from 'misskey-world/src/room/objects/mixer.schema.js';
|
||||
|
||||
export const mixer = defineObject(mixer_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { cm, WORLD_SCALE, normalizeUvToSquare } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { getLightRangeFactorByGraphicsQuality } from '../utility.js';
|
||||
import { monitor_schema } from './monitor.schema.js';
|
||||
import { monitor_schema } from 'misskey-world/src/room/objects/monitor.schema.js';
|
||||
|
||||
export const monitor = defineObject(monitor_schema, {
|
||||
createInstance: async ({ lc, scene, options, model, graphicsQuality }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { monitorSpeaker_schema } from './monitorSpeaker.schema.js';
|
||||
import { monitorSpeaker_schema } from 'misskey-world/src/room/objects/monitorSpeaker.schema.js';
|
||||
|
||||
export const monitorSpeaker = defineObject(monitorSpeaker_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { monstera_schema } from './monstera.schema.js';
|
||||
import { monstera_schema } from 'misskey-world/src/room/objects/monstera.schema.js';
|
||||
|
||||
export const monstera = defineObject(monstera_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { yuge } from '../utility.js';
|
||||
import { mug_schema } from './mug.schema.js';
|
||||
import { mug_schema } from 'misskey-world/src/room/objects/mug.schema.js';
|
||||
|
||||
export const mug = defineObject(mug_schema, {
|
||||
createInstance: ({ scene, root, sr }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { newtonsCradle_schema } from './newtonsCradle.schema.js';
|
||||
import { newtonsCradle_schema } from 'misskey-world/src/room/objects/newtonsCradle.schema.js';
|
||||
|
||||
export const newtonsCradle = defineObject(newtonsCradle_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { openedCardboardBox_schema } from './openedCardboardBox.schema.js';
|
||||
import { openedCardboardBox_schema } from 'misskey-world/src/room/objects/openedCardboardBox.schema.js';
|
||||
|
||||
export const openedCardboardBox = defineObject(openedCardboardBox_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { pachira_schema } from './pachira.schema.js';
|
||||
import { pachira_schema } from 'misskey-world/src/room/objects/pachira.schema.js';
|
||||
|
||||
export const pachira = defineObject(pachira_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { petBottle_schema } from './petBottle.schema.js';
|
||||
import { petBottle_schema } from 'misskey-world/src/room/objects/petBottle.schema.js';
|
||||
|
||||
export const petBottle = defineObject(petBottle_schema, {
|
||||
createInstance: ({ model, options, scene }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { piano_schema } from './piano.schema.js';
|
||||
import { piano_schema } from 'misskey-world/src/room/objects/piano.schema.js';
|
||||
|
||||
export const piano = defineObject(piano_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { pictureFrame_schema } from './pictureFrame.schema.js';
|
||||
import { pictureFrame_schema } from 'misskey-world/src/room/objects/pictureFrame.schema.js';
|
||||
|
||||
// NOTE: シェイプキーのnormalのエクスポートは無効にしないとmatを大きくしたときに面のレンダリングがグリッチする
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { pizza_schema } from './pizza.schema.js';
|
||||
import { pizza_schema } from 'misskey-world/src/room/objects/pizza.schema.js';
|
||||
|
||||
export const pizza = defineObject(pizza_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { plant_schema } from './plant.schema.js';
|
||||
import { plant_schema } from 'misskey-world/src/room/objects/plant.schema.js';
|
||||
|
||||
export const plant = defineObject(plant_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { plant2_schema } from './plant2.schema.js';
|
||||
import { plant2_schema } from 'misskey-world/src/room/objects/plant2.schema.js';
|
||||
|
||||
export const plant2 = defineObject(plant2_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { remap } from '@/world/utility.js';
|
||||
import { poster_schema } from './poster.schema.js';
|
||||
import { poster_schema } from 'misskey-world/src/room/objects/poster.schema.js';
|
||||
|
||||
export const poster = defineObject(poster_schema, {
|
||||
createInstance: async ({ scene, options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { powerStrip_schema } from './powerStrip.schema.js';
|
||||
import { powerStrip_schema } from 'misskey-world/src/room/objects/powerStrip.schema.js';
|
||||
|
||||
export const powerStrip = defineObject(powerStrip_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { radiometer_schema } from './radiometer.schema.js';
|
||||
import { radiometer_schema } from 'misskey-world/src/room/objects/radiometer.schema.js';
|
||||
|
||||
export const radiometer = defineObject(radiometer_schema, {
|
||||
createInstance: ({ sr, scene, model }) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import seedrandom from 'seedrandom';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm, remap, WORLD_SCALE } from '@/world/utility.js';
|
||||
import { randomBooks_schema } from './randomBooks.schema.js';
|
||||
import { randomBooks_schema } from 'misskey-world/src/room/objects/randomBooks.schema.js';
|
||||
|
||||
export const randomBooks = defineObject(randomBooks_schema, {
|
||||
createInstance: ({ options, model, scene }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { recordPlayer_schema } from './recordPlayer.schema.js';
|
||||
import { recordPlayer_schema } from 'misskey-world/src/room/objects/recordPlayer.schema.js';
|
||||
|
||||
export const recordPlayer = defineObject(recordPlayer_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { rolledUpPoster_schema } from './rolledUpPoster.schema.js';
|
||||
import { rolledUpPoster_schema } from 'misskey-world/src/room/objects/rolledUpPoster.schema.js';
|
||||
|
||||
export const rolledUpPoster = defineObject(rolledUpPoster_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { roundRug_schema } from './roundRug.schema.js';
|
||||
import { roundRug_schema } from 'misskey-world/src/room/objects/roundRug.schema.js';
|
||||
|
||||
export const roundRug = defineObject(roundRug_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { router_schema } from './router.schema.js';
|
||||
import { router_schema } from 'misskey-world/src/room/objects/router.schema.js';
|
||||
|
||||
export const router = defineObject(router_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { siphon_schema } from './siphon.schema.js';
|
||||
import { siphon_schema } from 'misskey-world/src/room/objects/siphon.schema.js';
|
||||
|
||||
export const siphon = defineObject(siphon_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { snakeplant_schema } from './snakeplant.schema.js';
|
||||
import { snakeplant_schema } from 'misskey-world/src/room/objects/snakeplant.schema.js';
|
||||
|
||||
export const snakeplant = defineObject(snakeplant_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { sofa_schema } from './sofa.schema.js';
|
||||
import { sofa_schema } from 'misskey-world/src/room/objects/sofa.schema.js';
|
||||
|
||||
export const sofa = defineObject(sofa_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { speaker_schema } from './speaker.schema.js';
|
||||
import { speaker_schema } from 'misskey-world/src/room/objects/speaker.schema.js';
|
||||
|
||||
export const speaker = defineObject(speaker_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { speakerStand_schema } from './speakerStand.schema.js';
|
||||
import { speakerStand_schema } from 'misskey-world/src/room/objects/speakerStand.schema.js';
|
||||
|
||||
export const speakerStand = defineObject(speakerStand_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { getLightRangeFactorByGraphicsQuality } from '../utility.js';
|
||||
import { cm, remap, WORLD_SCALE } from '@/world/utility.js';
|
||||
import { spotLight_schema } from './spotLight.schema.js';
|
||||
import { spotLight_schema } from 'misskey-world/src/room/objects/spotLight.schema.js';
|
||||
|
||||
export const spotLight = defineObject(spotLight_schema, {
|
||||
createInstance: ({ lc, scene, options, model, graphicsQuality }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { sprayer_schema } from './sprayer.schema.js';
|
||||
import { sprayer_schema } from 'misskey-world/src/room/objects/sprayer.schema.js';
|
||||
|
||||
export const sprayer = defineObject(sprayer_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { stanchionPole_schema } from './stanchionPole.schema.js';
|
||||
import { stanchionPole_schema } from 'misskey-world/src/room/objects/stanchionPole.schema.js';
|
||||
|
||||
export const stanchionPole = defineObject(stanchionPole_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { steelRack_schema } from './steelRack.schema.js';
|
||||
import { steelRack_schema } from 'misskey-world/src/room/objects/steelRack.schema.js';
|
||||
import { cm, remap } from '@/world/utility.js';
|
||||
|
||||
export const steelRack = defineObject(steelRack_schema, {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { stormGlass_schema } from './stormGlass.schema.js';
|
||||
import { stormGlass_schema } from 'misskey-world/src/room/objects/stormGlass.schema.js';
|
||||
|
||||
export const stormGlass = defineObject(stormGlass_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { tableSalt_schema } from './tableSalt.schema.js';
|
||||
import { tableSalt_schema } from 'misskey-world/src/room/objects/tableSalt.schema.js';
|
||||
|
||||
export const tableSalt = defineObject(tableSalt_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { tabletopCalendar_schema } from './tabletopCalendar.schema.js';
|
||||
import { tabletopCalendar_schema } from 'misskey-world/src/room/objects/tabletopCalendar.schema.js';
|
||||
|
||||
export const tabletopCalendar = defineObject(tabletopCalendar_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { cm, get7segMeshesOfCurrentTime, WORLD_SCALE } from '@/world/utility.js';
|
||||
import { tabletopDigitalClock_schema } from './tabletopDigitalClock.schema.js';
|
||||
import { tabletopDigitalClock_schema } from 'misskey-world/src/room/objects/tabletopDigitalClock.schema.js';
|
||||
|
||||
export const tabletopDigitalClock = defineObject(tabletopDigitalClock_schema, {
|
||||
createInstance: ({ sr, options, model, timer }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { tabletopFlag_schema } from './tabletopFlag.schema.js';
|
||||
import { tabletopFlag_schema } from 'misskey-world/src/room/objects/tabletopFlag.schema.js';
|
||||
|
||||
export const tabletopFlag = defineObject(tabletopFlag_schema, {
|
||||
createInstance: async ({ model, options, scene }) => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { remap } from '@/world/utility.js';
|
||||
import { tabletopGlassPictureFrame_schema } from './tabletopGlassPictureFrame.schema.js';
|
||||
import { tabletopGlassPictureFrame_schema } from 'misskey-world/src/room/objects/tabletopGlassPictureFrame.schema.js';
|
||||
|
||||
export const tabletopGlassPictureFrame = defineObject(tabletopGlassPictureFrame_schema, {
|
||||
createInstance: async ({ scene, options, model }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { tabletopIronFrameStand_schema } from './tabletopIronFrameStand.schema.js';
|
||||
import { tabletopIronFrameStand_schema } from 'misskey-world/src/room/objects/tabletopIronFrameStand.schema.js';
|
||||
|
||||
export const tabletopIronFrameStand = defineObject(tabletopIronFrameStand_schema, {
|
||||
createInstance: ({ options, model }) => {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { normalizeUvToSquare } from '../../../../../frontend-misskey-world-engine/src/utility.js';
|
||||
import { tabletopLcdButtonsController_schema } from './tabletopLcdButtonsController.schema.js';
|
||||
import { tabletopLcdButtonsController_schema } from 'misskey-world/src/room/objects/tabletopLcdButtonsController.schema.js';
|
||||
|
||||
export const tabletopLcdButtonsController = defineObject(tabletopLcdButtonsController_schema, {
|
||||
createInstance: async ({ model, options, scene }) => {
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { tabletopPictureFrame_schema } from './tabletopPictureFrame.schema.js';
|
||||
import { tabletopPictureFrame_schema } from 'misskey-world/src/room/objects/tabletopPictureFrame.schema.js';
|
||||
|
||||
// NOTE: シェイプキーのnormalのエクスポートは無効にしないとmatを大きくしたときに面のレンダリングがグリッチする
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
import * as BABYLON from '@babylonjs/core';
|
||||
import { createTextureManager, defineObject } from '../object.js';
|
||||
import { remap } from '@/world/utility.js';
|
||||
import { tapestry_schema } from './tapestry.schema.js';
|
||||
import { tapestry_schema } from 'misskey-world/src/room/objects/tapestry.schema.js';
|
||||
|
||||
export const tapestry = defineObject(tapestry_schema, {
|
||||
createInstance: async ({ scene, options, model }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { tetrapod_schema } from './tetrapod.schema.js';
|
||||
import { tetrapod_schema } from 'misskey-world/src/room/objects/tetrapod.schema.js';
|
||||
|
||||
export const tetrapod = defineObject(tetrapod_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -7,7 +7,7 @@ import * as BABYLON from '@babylonjs/core';
|
||||
import { defineObject } from '../object.js';
|
||||
import { getLightRangeFactorByGraphicsQuality, initTv } from '../utility.js';
|
||||
import { cm, WORLD_SCALE } from '@/world/utility.js';
|
||||
import { tv_schema } from './tv.schema.js';
|
||||
import { tv_schema } from 'misskey-world/src/room/objects/tv.schema.js';
|
||||
|
||||
export const tv = defineObject(tv_schema, {
|
||||
createInstance: ({ options, lc, model, scene, timer, graphicsQuality }) => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { twistedCubeObjet_schema } from './twistedCubeObjet.schema.js';
|
||||
import { twistedCubeObjet_schema } from 'misskey-world/src/room/objects/twistedCubeObjet.schema.js';
|
||||
|
||||
export const twistedCubeObjet = defineObject(twistedCubeObjet_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
|
||||
import { defineObject } from '../object.js';
|
||||
import { usedTissue_schema } from './usedTissue.schema.js';
|
||||
import { usedTissue_schema } from 'misskey-world/src/room/objects/usedTissue.schema.js';
|
||||
|
||||
export const usedTissue = defineObject(usedTissue_schema, {
|
||||
createInstance: () => {
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user