UNPKG

@polygonjs/polygonjs

Version:

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

17 lines (14 loc) 323 B
/** * Update the material aoMap * * */ import {BaseSetMaterialTextureJsNode} from './_BaseSetMaterialTexture'; export class SetMaterialAOMapJsNode extends BaseSetMaterialTextureJsNode { static override type() { return 'setMaterialAOMap'; } _functionName(): 'setMaterialAOMap' { return 'setMaterialAOMap'; } }