Skip to content

Commit edb0af3

Browse files
committed
Editor: Added AgXToneMapping support.
1 parent 08b24a1 commit edb0af3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editor/js/Sidebar.Project.Renderer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ function SidebarProjectRenderer( editor ) {
6767
1: 'Linear',
6868
2: 'Reinhard',
6969
3: 'Cineon',
70-
4: 'ACESFilmic'
70+
4: 'ACESFilmic',
71+
6: 'AgX'
7172
} ).setWidth( '120px' ).onChange( updateToneMapping );
7273
toneMappingSelect.setValue( config.getKey( 'project/renderer/toneMapping' ) );
7374
toneMappingRow.add( toneMappingSelect );

0 commit comments

Comments
 (0)