We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e83f6 commit ced7ee1Copy full SHA for ced7ee1
1 file changed
README.md
@@ -78,7 +78,7 @@ Here are the rendering algorithms implemented in Bulbit.
78
79
### Camera
80
- Perspective, Orthographic and Spherical camera
81
-- Depth of field effect
+- Depth of field
82
- Reconstruction filters
83
- Box, Tent and Gaussian filter
84
@@ -192,5 +192,5 @@ int main()
192
}
193
```
194
195
-This will produce
+This will produce `render.jpg`. For practical use cases, see the CLI application.
196

0 commit comments