Skip to content

Commit c777b46

Browse files
committed
Moved back to Filmic color grading
1 parent d42a985 commit c777b46

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.idea/migrations.xml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sceneview/src/main/java/io/github/sceneview/SceneView.kt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -931,11 +931,11 @@ open class SceneView @JvmOverloads constructor(
931931
// bloomOptions = bloomOptions.apply {
932932
// enabled = true
933933
// }
934-
// // Change the ToneMapper to FILMIC to avoid some over saturated colors, for example
935-
// // material orange 500.
936-
// colorGrading = ColorGrading.Builder()
937-
// .toneMapping(ColorGrading.ToneMapping.FILMIC)
938-
// .build(engine)
934+
// Change the ToneMapper to FILMIC to avoid some over saturated colors, for example
935+
// material orange 500.
936+
colorGrading = ColorGrading.Builder()
937+
.toneMapper(ToneMapper.Filmic())
938+
.build(engine)
939939
setShadowingEnabled(false)
940940
}
941941

0 commit comments

Comments
 (0)