Idea: use euler angles instead for flashlight UDP, also brightness 1

This commit is contained in:
2024-03-02 03:20:21 -05:00
parent 0d08e341b2
commit b1bde56f5c
3 changed files with 9 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ type LightingProps = { [string]: Color3 | number | boolean | string }
local Lighting_PropsTree: LightingProps = {
["Ambient"] = Color3.fromRGB(40,40,40),
["Brightness"] = 2,
["Brightness"] = 1,
["ColorShift_Bottom"] = Color3.new(0,0,0),
["ColorShift_Top"] = Color3.new(0,0,0),
["EnvironmentDiffuseScale"] = 1,