[{
		"name":	"default",
		"base_directory":	"gfx/",
		"outputs":	[{
				"name":	"_diffuse",
				"trim":	true,
				"channel_count":	4,
				"inputs":	[{
						"map":	"diffuse",
						"input_channel":	"red",
						"output_channel": "red"
					}, {
						"map":	"diffuse",
						"input_channel":	"green",
						"output_channel": "green"
					}, {
						"map":	"diffuse",
						"input_channel":	"blue",
						"output_channel": "blue"
					}, {
						"map":	"opacity",
						"input_channel":	"blue",
						"output_channel": "alpha"
					}]
			}, {
				"name":	"_normal",
				"trim":	false,
				"channel_count":	4,
				"inputs":	[{
						"map":	"normal",
						"input_channel":	"red",
						"output_channel": "red"
					}, {
						"map":	"normal",
						"input_channel":	"red",
						"output_channel": "green"
					}, {
						"map":	"emissive",
						"input_channel":	"blue",
						"output_channel": "blue"
					}, {
						"map":	"normal",
						"input_channel":	"green",
						"output_channel": "alpha"
					}]
			}, {
				"name":	"_specular",
				"trim":	false,
				"channel_count":	4,
				"inputs":	[{
						"map":	"color",
						"input_channel":	"blue",
						"output_channel": "red"
					}, {
						"map":	"specular",
						"input_channel":	"blue",
						"output_channel": "green"
					}, {
						"map":	"metalness",
						"input_channel":	"blue",
						"output_channel": "blue"
					}, {
						"map":	"gloss",
						"input_channel":	"blue",
						"output_channel": "alpha"
					}]
			}]
	}]