UNPKG

three

Version:

JavaScript 3D library

16 lines (9 loc) 244 B
import { TempNode } from '../core/TempNode'; export class NormalNode extends TempNode { constructor( scope?: string ); scope: string; nodeType: string; copy( source: NormalNode ): this; static LOCAL: string; static WORLD: string; }