Pārlūkot izejas kodu

Editor: Fixed clearcoatNormalMap row visibility.

Mr.doob 5 gadi atpakaļ
vecāks
revīzija
e7155f214f
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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,
 			'alphaMap': materialAlphaMapRow,
 			'bumpMap': materialBumpMapRow,
 			'bumpMap': materialBumpMapRow,
 			'normalMap': materialNormalMapRow,
 			'normalMap': materialNormalMapRow,
+			'clearcoatNormalMap': materialClearcoatNormalMapRow,
 			'displacementMap': materialDisplacementMapRow,
 			'displacementMap': materialDisplacementMapRow,
 			'roughnessMap': materialRoughnessMapRow,
 			'roughnessMap': materialRoughnessMapRow,
 			'metalnessMap': materialMetalnessMapRow,
 			'metalnessMap': materialMetalnessMapRow,