Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ priZm/
---

### Renderer
> Path tracing engine that can run as s standalone CLI application or as a distributed worker.
> Path tracing engine that can run as a standalone CLI application or as a distributed worker.

See the [Renderer documentation](renderer/README.md).

Expand Down
2 changes: 2 additions & 0 deletions renderer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ The renderer worker communicates with other services through JSON messages passe
"width": 1920,
"height": 1080,
"samples": 128,
"denoiser": true,
"gpu": true,
"background": [0.7, 0.7, 0.95],
"sun": {
"direction": [1.0, 1.0, 0.0],
Expand Down
Loading