map

 

Tag: map
Parent tag: injectionMaps
Attributes:

  • toMaterial – specifies the original material. A new material is created in a library named after the pass, and all its attributed are copied. The child tags allow the redefinition of attributes for this new material

Child tags:

Each child tag allows the redifinition of attributes in the new material. Check each tag to see the attributes.

Example:

	
<injectionMaps>
	<map toMaterial="Grade*">
		...
	</map>
	<map toMaterial="SomeOtherMaterial">
		...
	</map>
</injectionMaps>

In the above example a “*” is used to identify all materials that start with “Grade”. Both “Grade1” and “GradeABC” will match the above specification. Note that the wildcard can only be used at the end of the name.