summaryrefslogtreecommitdiff
path: root/modules/csg/doc_classes
diff options
context:
space:
mode:
authorBastiaan Olij <mux213@gmail.com>2018-11-16 22:56:12 +1100
committerBastiaan Olij <mux213@gmail.com>2018-11-17 00:07:18 +1100
commitcaf14e77dbdae26c32b482e34468204eeda8cd21 (patch)
treebe7ec6e2e0d7765e8bf8db40ed15adffbd425f9b /modules/csg/doc_classes
parent26d33d1c6eedf9271bac20a24ea37453c21ef890 (diff)
Adding mikkt tangent support to CSG objects
Diffstat (limited to 'modules/csg/doc_classes')
-rw-r--r--modules/csg/doc_classes/CSGShape.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/csg/doc_classes/CSGShape.xml b/modules/csg/doc_classes/CSGShape.xml
index 90621b94f4..ac3c2342fc 100644
--- a/modules/csg/doc_classes/CSGShape.xml
+++ b/modules/csg/doc_classes/CSGShape.xml
@@ -20,6 +20,9 @@
</method>
</methods>
<members>
+ <member name="calculate_tangents" type="bool" setter="set_calculate_tangents" getter="is_calculating_tangents">
+ Calculate tangents for the CSG shape which allows the use of normal maps. This is only applied on the root shape, this setting is ignored on any child.
+ </member>
<member name="operation" type="int" setter="set_operation" getter="get_operation" enum="CSGShape.Operation">
The operation that is performed on this shape. This is ignored for the first CSG child node as the operation is between this node and the previous child of this nodes parent.
</member>