-
public class View.DepthOfFieldOptionsOptions to control Depth of Field (DoF) effect in the scene.cocScale can be used to set the depth of field blur independently from the cameraaperture, e.g. for artistic reasons. This can be achieved by setting:cocScale = cameraAperture / desiredDoFAperture
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumView.DepthOfFieldOptions.Filter
-
Field Summary
Fields Modifier and Type Field Description public floatcocScalepublic floatmaxApertureDiameterpublic booleanenabledpublic View.DepthOfFieldOptions.Filterfilterpublic booleannativeResolutionpublic intforegroundRingCountpublic intbackgroundRingCountpublic intfastGatherRingCountpublic intmaxForegroundCOCpublic intmaxBackgroundCOC
-