Skip to content

Documentation / scene / mixinPBRCommon

Function: mixinPBRCommon()

mixinPBRCommon<T>(BaseCls): T & (...args) => IMixinPBRCommon

Defined in: libs/scene/src/material/mixins/pbr/common.ts:139

PBR common stuff mixin

Type Parameters

T

T extends typeof MeshMaterial

Parameters

BaseCls

T

Class to mix in

Returns

T & (...args) => IMixinPBRCommon

Mixed class

Released under the MIT License.