UNPKG

@polygonjs/polygonjs

Version:

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

11 lines (10 loc) 264 B
/** * Update the material map * * */ import { BaseSetMaterialTextureJsNode } from './_BaseSetMaterialTexture'; export declare class SetMaterialMapJsNode extends BaseSetMaterialTextureJsNode { static type(): string; _functionName(): 'setMaterialMap'; }