Skip to content

Commit

Permalink
Editor: Added AgXToneMapping support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Dec 22, 2023
1 parent 08b24a1 commit edb0af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion editor/js/Sidebar.Project.Renderer.js
Expand Up @@ -67,7 +67,8 @@ function SidebarProjectRenderer( editor ) {
1: 'Linear',
2: 'Reinhard',
3: 'Cineon',
4: 'ACESFilmic'
4: 'ACESFilmic',
6: 'AgX'
} ).setWidth( '120px' ).onChange( updateToneMapping );
toneMappingSelect.setValue( config.getKey( 'project/renderer/toneMapping' ) );
toneMappingRow.add( toneMappingSelect );
Expand Down

0 comments on commit edb0af3

Please sign in to comment.