Home > @unseenco/backstage-threejs > AutoAddMaterialExcludeConfig
AutoAddMaterialExcludeConfig type
Material prop/uniform keys to exclude when auto-adding a material-only object.
Signature:
typescript
export type AutoAddMaterialExcludeConfig = {
material?: readonly string[];
uniforms?: readonly string[];
};