@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
11 lines (10 loc) • 300 B
TypeScript
/**
* Update the material displacementMap
*
*
*/
import { BaseSetMaterialTextureJsNode } from './_BaseSetMaterialTexture';
export declare class SetMaterialDisplacementMapJsNode extends BaseSetMaterialTextureJsNode {
static type(): string;
_functionName(): 'setMaterialDisplacementMap';
}