import { Object3D } from "three"; export class ExtendedObject3D extends Object3D { isExtendedObject3D = true; resize(event) {} update(dt) {} }