export class GlobeSurfaceShaderSet { material: any; baseVertexShaderSource: string = ''; baseFragmentShaderSource: string = ''; constructor() { } }