Skip to content

Commit

Permalink
Updated the code comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
fra committed Aug 14, 2023
1 parent 7da99f1 commit 1e1ded4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scene_dof.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
pipeline_aaa_config.sample_count = 1
target_dof_focus_point = 3.5
target_dof_focus_length = 2.0
pipeline_aaa_config.dof_focus_point = target_dof_focus_point
pipeline_aaa_config.dof_focus_length = target_dof_focus_length
pipeline_aaa_config.dof_focus_point = target_dof_focus_point # Distance to the focus point (in meters)
pipeline_aaa_config.dof_focus_length = target_dof_focus_length # Depth of field (in meters); smaller values result in a narrower focused area.

# main loop
frame = 0
Expand Down

0 comments on commit 1e1ded4

Please sign in to comment.