UNPKG

@polygonjs/polygonjs

Version:

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

11 lines (10 loc) 291 B
"use strict"; import { BaseSetMaterialTextureJsNode } from "./_BaseSetMaterialTexture"; export class SetMaterialEmissiveMapJsNode extends BaseSetMaterialTextureJsNode { static type() { return "setMaterialEmissiveMap"; } _functionName() { return "setMaterialEmissiveMap"; } }