Skip to main content

Interface: OutfitParams

@geenee/bodyrenderers-common.OutfitParams

Outfit options

Defines occluder and hidden meshes of the node. Names of meshes are provided as strings or regex. If name of a child mesh equals string or matches regex it's assigned the corresponding type. All other meshes are assumed to be visible as usual.

Properties

hidden

Optional hidden: (string | RegExp)[]

Hidden meshes


occluders

Optional occluders: (string | RegExp)[]

Occluder meshes