UNPKG

@polygonjs/polygonjs

Version:

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

11 lines (10 loc) 288 B
/** * Update the material emissiveMap * * */ import { BaseSetMaterialTextureJsNode } from './_BaseSetMaterialTexture'; export declare class SetMaterialEmissiveMapJsNode extends BaseSetMaterialTextureJsNode { static type(): string; _functionName(): 'setMaterialEmissiveMap'; }