UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

11 lines (10 loc) 273 B
/** * Update the material envMap * * */ import { BaseSetMaterialTextureJsNode } from './_BaseSetMaterialTexture'; export declare class SetMaterialEnvMapJsNode extends BaseSetMaterialTextureJsNode { static type(): string; _functionName(): 'setMaterialEnvMap'; }