summaryrefslogtreecommitdiffstats
path: root/servers/visual_server.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2019-07-07 01:49:40 -0300
committerJuan Linietsky <reduzio@gmail.com>2020-02-11 11:53:28 +0100
commitf04359e70f87a6ffa0522f2b62319d605cd65792 (patch)
tree9e3168f03d68dc2d934b92ea7e56bcb59aaeffdc /servers/visual_server.cpp
parenta7b2ac7bb1b5f9155866382f14138e86e52efded (diff)
downloadredot-engine-f04359e70f87a6ffa0522f2b62319d605cd65792.tar.gz
2D lighting seems more or less complete.
Diffstat (limited to 'servers/visual_server.cpp')
-rw-r--r--servers/visual_server.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/servers/visual_server.cpp b/servers/visual_server.cpp
index 9733db86aa..02f7e2869d 100644
--- a/servers/visual_server.cpp
+++ b/servers/visual_server.cpp
@@ -2189,10 +2189,7 @@ void VisualServer::_bind_methods() {
BIND_ENUM_CONSTANT(CANVAS_LIGHT_MODE_MASK);
BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_NONE);
- BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_PCF3);
BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_PCF5);
- BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_PCF7);
- BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_PCF9);
BIND_ENUM_CONSTANT(CANVAS_LIGHT_FILTER_PCF13);
BIND_ENUM_CONSTANT(CANVAS_OCCLUDER_POLYGON_CULL_DISABLED);