UNPKG

@polygonjs/polygonjs

Version:

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

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