Skip to content

Commit 59922ad

Browse files
docs: Clarify tile rendering setup requirements and camera relationships
Signed-off-by: Lagos Gonzales <214008711+gianelli-lagos-aws@users.noreply.github.com>
1 parent f1c77c2 commit 59922ad

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/tile_rendering/tile_rendering.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ When you enable tile rendering, the submitter automatically:
4848
1. Locate the "Render Tiles" camera in the Asset Browser (under "Model" section)
4949
2. Add it to your scene
5050
3. Select the Render Tiles camera by clicking on the camera selection box
51+
52+
**Why two cameras?** The Render Tiles camera uses your default camera as a reference to know what scene view to divide into tiles. The default camera defines the composition and framing, while the Render Tiles camera handles the technical process of splitting that view into smaller sections.
53+
5154
![Render Tiles camera](images/render_tiles_camera.png)
5255

5356
### Configure Tile Rendering
@@ -66,7 +69,7 @@ When you enable tile rendering, the submitter automatically:
6669
1. In the "Save" tab:
6770
* Set the file path to your desired output folder
6871
* Choose either "REGULAR IMAGE", "MULTI-PASS IMAGE", or both
69-
* When using "MULTI-PASS IMAGE" output, you must check the "Multi-Layer file" option. This ensures proper processing of multi-pass data during tile stitching.
72+
* When using "MULTI-PASS IMAGE" output, you must check the "Multi-Layer file" option. Multi-Layer files store different render passes (like diffuse, specular, shadows) as separate layers within a single file, which is required for the tile stitching process to properly combine multi-pass data from all tiles.
7073
* If you select both "REGULAR IMAGE" and "MULTI-PASS IMAGE" as save options:
7174
* Both outputs will be stitched separately, resulting in two final images
7275
* Select a supported format: tif, png, jpg, jpeg, tga, bmp, hdr, or dpx
@@ -86,4 +89,7 @@ When you enable tile rendering, the submitter automatically:
8689

8790
1. Once the job completes, download the output
8891
2. Open the output folder to find the "stitched_output.tif" file containing your final rendered image
92+
93+
**File Size:** The final stitched image maintains the same dimensions and file size as a normal render - tile rendering doesn't affect the final image quality or size, only the rendering process.
94+
8995
![Tile rendering outputs](images/tile_rendering_outputs.png)

0 commit comments

Comments
 (0)