Skip to content

Commit 032434b

Browse files
committed
Editor: Add support for VSM shadows.
1 parent a8418f3 commit 032434b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/js/Sidebar.Project.Renderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function SidebarProjectRenderer( editor ) {
3838
0: 'Basic',
3939
1: 'PCF',
4040
2: 'PCF Soft',
41-
// 3: 'VSM'
41+
3: 'VSM'
4242
} ).setWidth( '125px' ).onChange( updateShadows );
4343
shadowTypeSelect.setValue( config.getKey( 'project/renderer/shadowType' ) );
4444
shadowsRow.add( shadowTypeSelect );

0 commit comments

Comments
 (0)