summaryrefslogtreecommitdiffstats
path: root/scene/resources/surface_tool.h
diff options
context:
space:
mode:
authorChaosus <chaosus89@gmail.com>2018-02-14 22:14:23 +0300
committerChaosus <chaosus89@gmail.com>2018-02-19 22:40:34 +0300
commit399e553829215fc30ddd481d5bac9ef0e3d95ca7 (patch)
tree5163542bd13483f5467698da09f10d912a7bcdc8 /scene/resources/surface_tool.h
parent79f48cde3d9c47e64cca6090c3db0bff1c9e557f (diff)
downloadredot-engine-399e553829215fc30ddd481d5bac9ef0e3d95ca7.tar.gz
Added flip switch to generate_normals
Diffstat (limited to 'scene/resources/surface_tool.h')
-rw-r--r--scene/resources/surface_tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/surface_tool.h b/scene/resources/surface_tool.h
index 7a9aa349bb..459d399380 100644
--- a/scene/resources/surface_tool.h
+++ b/scene/resources/surface_tool.h
@@ -116,7 +116,7 @@ public:
void index();
void deindex();
- void generate_normals();
+ void generate_normals(bool p_flip = false);
void generate_tangents();
void add_to_format(int p_flags) { format |= p_flags; }