diff options
author | Chaosus <chaosus89@gmail.com> | 2018-02-14 22:14:23 +0300 |
---|---|---|
committer | Chaosus <chaosus89@gmail.com> | 2018-02-19 22:40:34 +0300 |
commit | 399e553829215fc30ddd481d5bac9ef0e3d95ca7 (patch) | |
tree | 5163542bd13483f5467698da09f10d912a7bcdc8 /scene/resources/surface_tool.h | |
parent | 79f48cde3d9c47e64cca6090c3db0bff1c9e557f (diff) | |
download | redot-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.h | 2 |
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; } |