UNPKG

apl-easy-gl

Version:
6 lines (5 loc) 102 B
export interface Group { name?: string; indices: Array<number>; material?: string; }