Small cleanup of property documentation

This commit is contained in:
Alexander Bock
2023-01-09 00:11:58 +01:00
parent 4f4764209f
commit a2a1554c9a
36 changed files with 131 additions and 161 deletions
@@ -61,10 +61,9 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo AltitudeInfo = {
"Altitude",
"Altitude",
"The altitude in meters. "
"If the 'UseHeightmap' property is 'true', this is an offset from the actual "
"surface of the globe. If not, this is an offset from the reference ellipsoid."
"The default value is 0.0"
"The altitude in meters. If the 'UseHeightmap' property is 'true', this is an "
"offset from the actual surface of the globe. If not, this is an offset from the "
"reference ellipsoid. The default value is 0.0"
};
constexpr openspace::properties::Property::PropertyInfo UseHeightmapInfo = {
@@ -190,15 +190,15 @@ namespace {
constexpr openspace::properties::Property::PropertyInfo ZFightingPercentageInfo = {
"ZFightingPercentage",
"Z-Fighting Percentage",
"The percentage of the correct distance to the surface being shadowed. "
"Possible values: [0.0, 1.0]"
"The percentage of the correct distance to the surface being shadowed. Possible "
"values: [0.0, 1.0]"
};
constexpr openspace::properties::Property::PropertyInfo NumberShadowSamplesInfo = {
"NumberShadowSamples",
"Number of Shadow Samples",
"The number of samples used during shadow mapping calculation "
"(Percentage Closer Filtering)"
"The number of samples used during shadow mapping calculation (Percentage Closer "
"Filtering)"
};
constexpr openspace::properties::Property::PropertyInfo TargetLodScaleFactorInfo = {