Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 989 Bytes

nna_material_mapping.adoc

File metadata and controls

39 lines (33 loc) · 989 Bytes

nna.material_mapping

Maps materials onto a mesh-instance on import into a game-engine by name.

Json

Key Type Description Required Default

slots

list of strings

The index of a slot corresponds to the material index on the mesh-instance.

Y

-

Example

{
	"t": "nna.material_mapping",
	"slots": [
		"Body_MainCharacter",
		"Tshirt_Dirty"
	]
}