diff options
author | chai <chaifix@163.com> | 2021-09-21 19:51:10 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-21 19:51:10 +0800 |
commit | df1e3842c7571cf6db8f8238b893bde049abf651 (patch) | |
tree | 3207c672d3257fa90d3352b59ae62fc0a940ecd4 /Assets/Scripts/Rendering/CustomLighting.cs | |
parent | b5645c779a3e3c4ca758400cd9a718a7bc0c2bc6 (diff) |
*custom rendering pipeline
Diffstat (limited to 'Assets/Scripts/Rendering/CustomLighting.cs')
-rw-r--r-- | Assets/Scripts/Rendering/CustomLighting.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Assets/Scripts/Rendering/CustomLighting.cs b/Assets/Scripts/Rendering/CustomLighting.cs new file mode 100644 index 00000000..57597e21 --- /dev/null +++ b/Assets/Scripts/Rendering/CustomLighting.cs @@ -0,0 +1,9 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class CustomLightingSystem : Singleton<CustomLightingSystem>
+{
+
+
+}
|