import * as THREE from 'three'; export default class ComplexMaterial extends THREE.ShaderMaterial { constructor() { super(); } build() { } }