Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 8e1f2e4

Browse files
committed
DoF tooltip clarification
1 parent 72c34e2 commit 8e1f2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PostProcessing/Runtime/Models/DepthOfFieldModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public struct Settings
2525
[Range(1f, 300f), Tooltip("Distance between the lens and the film. The larger the value is, the shallower the depth of field is.")]
2626
public float focalLength;
2727

28-
[Tooltip("Calculate the focal length automatically from the field-of-view value set on the camera.")]
28+
[Tooltip("Calculate the focal length automatically from the field-of-view value set on the camera. Using this setting isn't recommended.")]
2929
public bool useCameraFov;
3030

3131
[Tooltip("Convolution kernel size of the bokeh filter, which determines the maximum radius of bokeh. It also affects the performance (the larger the kernel is, the longer the GPU time is required).")]

0 commit comments

Comments
 (0)