summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2018-06-07 08:02:39 +0300
committerTomi Korpipää <tomi.korpipaa@qt.io>2018-06-07 08:26:05 +0000
commit00ff23e48760833a82255d310f4a1feb7cc2bf94 (patch)
treed3ad6c7d9e56cb11ee38ccb037820b5d93c792c3
parent4ce185f7c7bf10116977e3deea4ab857a8cf2f25 (diff)
Hide shadow map FOV control
Task-number: QT3DS-1891 Change-Id: Idff2c8650f32b03c7537396f33a2513edf2f104c Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Janne Kangas <janne.kangas@qt.io> Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--src/Runtime/res/DataModelMetadata/en-us/MetaData.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Runtime/res/DataModelMetadata/en-us/MetaData.xml b/src/Runtime/res/DataModelMetadata/en-us/MetaData.xml
index 32a9c8f1..f2d2ae0c 100644
--- a/src/Runtime/res/DataModelMetadata/en-us/MetaData.xml
+++ b/src/Runtime/res/DataModelMetadata/en-us/MetaData.xml
@@ -219,7 +219,7 @@
<Property name="shdwmapres" formalName="Shadow Resolution" description="Resolution of shadow map\n(powers of two)" type="ShadowMapResolution" default="9" animatable="False" />
<Property name="shdwbias" formalName="Shadow Depth Bias" description="Slight offset to avoid self-shadowing\nartifacts" default="0" min="-1.0" max="1.0" />
<Property name="shdwmapfar" formalName="Shadow Far Clip" description="Affects the maximum distance for the shadow\ndepth map" default="5000" />
- <Property name="shdwmapfov" formalName="Shadow Field of View" description="Affects the field of view of the shadow\ncamera" default="90" min="1" max="179" />
+ <Property name="shdwmapfov" formalName="Shadow Field of View" description="Affects the field of view of the shadow\ncamera" default="90" min="1" max="179" hidden="True" />
</Light>
<Lightmaps>
<Property name="name" formalName="Name" type="String" default="Lightmaps" hidden="True" category="Lighting" />