import { IPointData } from "@pixi/math"; export interface IPointData3d extends IPointData { x: number; y: number; z: number; }