Explorar el Código

Editor: Add support for VSM shadows.

Mr.doob hace 2 meses
padre
commit
032434b047
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      editor/js/Sidebar.Project.Renderer.js

+ 1 - 1
editor/js/Sidebar.Project.Renderer.js

@@ -38,7 +38,7 @@ function SidebarProjectRenderer( editor ) {
 		0: 'Basic',
 		1: 'PCF',
 		2: 'PCF Soft',
-		//	3: 'VSM'
+		3: 'VSM'
 	} ).setWidth( '125px' ).onChange( updateShadows );
 	shadowTypeSelect.setValue( config.getKey( 'project/renderer/shadowType' ) );
 	shadowsRow.add( shadowTypeSelect );

粤ICP备19079148号