Removed unneeded comments (#673)
This commit is contained in:
+1
-2
@@ -50,7 +50,7 @@ namespace AZ
|
||||
|
||||
static constexpr Quality QualitySet[DepthOfField::QualityLevelMax] =
|
||||
{
|
||||
// It is the radial division count of blur kernel. See "https://wiki.agscollab.com/display/ATOM/Pencil+Map" for details.
|
||||
// It is the radial division count of blur kernel.
|
||||
{2, 3, 4},
|
||||
{4, 4, 4}
|
||||
};
|
||||
@@ -205,7 +205,6 @@ namespace AZ
|
||||
float scaledDiameter = ScreenApertureDiameter * 0.25f;
|
||||
|
||||
// This is the conversion factor for calculating the blend ratio from DofFactor.
|
||||
// Please refer to "https://wiki.agscollab.com/display/ATOM/Dof+factor+and+Buffer+composition" for blending of DofFactor and buffer.
|
||||
|
||||
// coc0 : Confusion circle diameter screen ratio
|
||||
// coc1 : Confusion circle diameter screen ratio of one lower blur level;
|
||||
|
||||
Reference in New Issue
Block a user