We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8418f3 commit 032434bCopy full SHA for 032434b
editor/js/Sidebar.Project.Renderer.js
@@ -38,7 +38,7 @@ function SidebarProjectRenderer( editor ) {
38
0: 'Basic',
39
1: 'PCF',
40
2: 'PCF Soft',
41
- // 3: 'VSM'
+ 3: 'VSM'
42
} ).setWidth( '125px' ).onChange( updateShadows );
43
shadowTypeSelect.setValue( config.getKey( 'project/renderer/shadowType' ) );
44
shadowsRow.add( shadowTypeSelect );
0 commit comments