diff options
| author | yum <yum.food.vr@gmail.com> | 2026-02-26 14:21:05 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-02-26 14:21:05 -0800 |
| commit | 75439d0d6437a10b00b240aba75e9f12de20150b (patch) | |
| tree | af30dceabad1b486f6411c8e89e3656887e55fff /poi.cginc | |
| parent | 5460dbc62fe6f404cb244410af949864cce286f5 (diff) | |
Add emissions, remove impostor code
Diffstat (limited to 'poi.cginc')
| -rw-r--r-- | poi.cginc | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -57,11 +57,6 @@ float3 HSVtoRGB(in float3 HSV) return ((RGB - 1) * HSV.y + 1) * HSV.z; } -float calculateluminance(float3 color) -{ - return color.r * 0.299 + color.g * 0.587 + color.b * 0.114; -} - bool SceneHasReflections() { float width, height; |
