Skip to content

Commit 6540d4d

Browse files
authored
Fixed field type of followType and updated default value of bloomThreshold to 21. (cyberbotics#6508)
1 parent eff5548 commit 6540d4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/viewpoint.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ Viewpoint {
1010
SFFloat far 0.0 # [near, inf)
1111
SFFloat exposure 1.0 # [0, inf)
1212
SFString follow "" # any string
13-
SFBool followType "Tracking Shot" # {"None", "Tracking Shot", "Mounted Shot", "Pan and Tilt Shot"}
13+
SFString followType "Tracking Shot" # {"None", "Tracking Shot", "Mounted Shot", "Pan and Tilt Shot"}
1414
SFFloat followSmoothness 0.5 # [0, 1]
1515
SFNode lensFlare NULL # {LensFlare, PROTO}
1616
SFFloat ambientOcclusionRadius 2 # [0, inf)
17-
SFFloat bloomThreshold 10 # [0, inf)
17+
SFFloat bloomThreshold 21 # [0, inf)
1818
}
1919
```
2020

0 commit comments

Comments
 (0)