Browse Source

Merge pull request #16202 from Temdog007/editor/ShadowMaterial

Editor: Added ShadowMaterial
Mr.doob 6 years ago
parent
commit
c964f30e6c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      editor/js/Sidebar.Material.js

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

@@ -90,6 +90,7 @@ Sidebar.Material = function ( editor ) {
 		'MeshPhysicalMaterial': 'MeshPhysicalMaterial',
 		'RawShaderMaterial': 'RawShaderMaterial',
 		'ShaderMaterial': 'ShaderMaterial',
+		'ShadowMaterial': 'ShadowMaterial',
 		'SpriteMaterial': 'SpriteMaterial'
 
 	} ).setWidth( '150px' ).setFontSize( '12px' ).onChange( update );