summaryrefslogtreecommitdiffstats
path: root/res/DataModelMetadata/en-us/MetaData.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/DataModelMetadata/en-us/MetaData.xml')
-rw-r--r--res/DataModelMetadata/en-us/MetaData.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/DataModelMetadata/en-us/MetaData.xml b/res/DataModelMetadata/en-us/MetaData.xml
index 30db5b3..93ad17a 100644
--- a/res/DataModelMetadata/en-us/MetaData.xml
+++ b/res/DataModelMetadata/en-us/MetaData.xml
@@ -203,7 +203,8 @@
<Property name="pivot" formalName="Pivot" type="Vector" category="Basic Properties" description="Offset of the contents away from the local center" />
<!-- Camera Propertiess -->
- <Property name="orthographic" formalName="Orthographic" type="Boolean" category="Camera Properties" description="Remove all perspective from the camera?" />
+ <Property name="orthographic" formalName="Orthographic" type="Boolean" category="Camera Properties" description="Remove all perspective from the camera?" />
+ <Property name="enablefrustumculling" formalName="Enable Frustum Culling" type="Boolean" default="False" category="Camera Properties" description="Remove all items from scene not visible from the camera." />
<Property name="fov" formalName="Field of View" min="1" max="180" default="60" category="Camera Properties" description="Viewing angle of the camera\n(how much it can see)" >
<ShowIfEqual property="orthographic" value="False" />
</Property>