@babylonjs/core
Version:
Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.
12 lines (11 loc) • 475 B
TypeScript
import type { NodeMaterial } from "./nodeMaterial.js";
/**
* Clear the material and set it to a default state for gaussian splatting
* @param nodeMaterial node material to use
*/
export declare function SetToDefaultGaussianSplatting(nodeMaterial: NodeMaterial): void;
/**
* Clear the material and set it to a default state for Smart Filter effects
* @param nodeMaterial node material to use
*/
export declare function SetToDefaultSFE(nodeMaterial: NodeMaterial): void;