Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coalaura committed Oct 5, 2023
1 parent 87e212e commit 6d4e326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CAM/SetUseHiDof.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ void SET_USE_HI_DOF();
```

Needs to be called every tick to make the active camera use a high depth of field.
The DoF can be customized using [`SET_CAM_NEAR_DOF`](#_0x3FA4BF0A7AB7DE2C), [`SET_CAM_FAR_DOF`](#_0xEDD91296CD01AEE0), [SET_CAM_USE_SHALLOW_DOF_MODE](`#_0x16A96863A17552BB`), [SET_CAM_DOF_STRENGTH](`#_0x5EE29B4D7D5DF897`) and other DoF related natives. (Example: https://forum.cfx.re/t/camera-depth-of-field-settings/2433316/3)
The DoF can be customized using [`SET_CAM_NEAR_DOF`](#_0x3FA4BF0A7AB7DE2C), [`SET_CAM_FAR_DOF`](#_0xEDD91296CD01AEE0), [`SET_CAM_USE_SHALLOW_DOF_MODE`](#_0x16A96863A17552BB), [`SET_CAM_DOF_STRENGTH`](#_0x5EE29B4D7D5DF897) and other DoF related natives. (Example: https://forum.cfx.re/t/camera-depth-of-field-settings/2433316/3)

0 comments on commit 6d4e326

Please sign in to comment.