mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Small cleanup of property documentation
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user