From 8bcfe9a6a31e4c4400cb0be4fb1823748ec7fcb2 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 20 Sep 2024 18:27:37 -0700 Subject: Fix subtle bug in LRGB <-> XYZ conversion Also do some misc cleanup. --- Editor/tooner.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Editor') diff --git a/Editor/tooner.cs b/Editor/tooner.cs index 24c693e..1ee5135 100644 --- a/Editor/tooner.cs +++ b/Editor/tooner.cs @@ -447,11 +447,6 @@ public class ToonerGUI : ShaderGUI { } } - void DoBrightness() { - MaterialProperty bc; - - } - void DoEmission() { if (!AddCollapsibleMenu("Emission", "_Emission")) { return; -- cgit v1.2.3