UNPKG

@visactor/vrender-core

Version:
7 lines (6 loc) 175 B
import type { vec3 } from './matrix'; export interface IDirectionLight { dir: vec3; color: string; computeColor: (normal: vec3, color: string | vec3) => string; }