More texture map types

These are actually in use in production.
This commit is contained in:
Sybren A. Stüvel 2018-02-01 11:10:16 +01:00
parent 1b57b333df
commit d86c215c34

View File

@ -33,7 +33,9 @@ node_type_texture = {
'normal',
'translucency',
'emission',
'alpha'
'alpha',
'id',
'displacement'
]}
}
}