Skip to content

Documentation / scene / mixinPBRBluePrint

Function: mixinPBRBluePrint()

mixinPBRBluePrint<T>(BaseCls): T & (...args) => IMixinPBRBluePrint

Defined in: libs/scene/src/material/mixins/lightmodel/pbrblueprintmixin.ts:89

PBRBluePrint lighting model mixin

Type Parameters

T

T extends typeof MeshMaterial

Parameters

BaseCls

T

Class to mix in

Returns

T & (...args) => IMixinPBRBluePrint

Mixed class

Released under the MIT License.