UNPKG

nanogl-pbr

Version:
8 lines (7 loc) 170 B
import IblBase from './IblBase'; export default class IblPmrem extends IblBase { constructor() { super(...arguments); this.iblType = 'PMREM'; } }