Browse Source

Editor: Fixed clearcoatNormalMap row visibility.

Mr.doob 5 years ago
parent
commit
e7155f214f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/js/Sidebar.Material.js

+ 1 - 0
editor/js/Sidebar.Material.js

@@ -1160,6 +1160,7 @@ Sidebar.Material = function ( editor ) {
 			'alphaMap': materialAlphaMapRow,
 			'bumpMap': materialBumpMapRow,
 			'normalMap': materialNormalMapRow,
+			'clearcoatNormalMap': materialClearcoatNormalMapRow,
 			'displacementMap': materialDisplacementMapRow,
 			'roughnessMap': materialRoughnessMapRow,
 			'metalnessMap': materialMetalnessMapRow,