Skip to main content

utility:merge materials

Version: 0.0.0

Description

Assembles a set of materials into a unique one.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
materialsvector<shared_ptr<materials>>, materialsA vector of materials to merge or materials from pin 0 to ...

Outputs

OutputNameExpected type(s)Description
Pin 0merged_materialsmaterials

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: utility

Plugin: core

Scripting name: merge_materials

Full name: utility.merge_materials

Internal name: merge::materials

License: None

Changelog

  • Version 0.0.0: Initial release.