import { Vector3, Texture } from "three"; export interface ILightLineConstructorOption { points: Vector3[]; img: Texture; size: number; repeatNumber?: number; }