UNPKG

three

Version:

JavaScript 3D library

15 lines (8 loc) 219 B
import { TempNode } from '../core/TempNode'; export class LightNode extends TempNode { constructor( scope?: string ); scope: string; nodeType: string; copy( source: LightNode ): this; static TOTAL: string; }