mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Changed property default values
This commit is contained in:
@@ -143,8 +143,8 @@ namespace openspace {
|
||||
, _pPointSize(PointSizeInfo, 2.f, 0, 20)
|
||||
, _pTimeStep(TimeStepInfo, 1, 1, 30)
|
||||
, _pDistanceFactor(DistanceFactorInfo, 5, 1, 20)
|
||||
, _pShowLabel(LabelInfo, true)
|
||||
, _pShouldFollowLight(FollowLightInfo, true)
|
||||
, _pShowLabel(LabelInfo, false)
|
||||
, _pShouldFollowLight(FollowLightInfo, false)
|
||||
, _pFadeDistance(FadeDistanceInfo, 10.f, 9.f, 20.f)
|
||||
, _pTextMinSize(TextMinSizeInfo, 1, 1, 20)
|
||||
, _pTextMaxSize(TextMaxSizeInfo, 30, 10, 100)
|
||||
|
||||
Reference in New Issue
Block a user