UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

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; }