# In-Canvas vs. Cloud vs. Local Rendering

In-Canvas, Cloud, and Local are three rendering options within Fusion 360.

TLDR: In-Canvas should be used to get a quick sense of what your render is looking like and adjust camera position/angle, scene setttings, and appearances. Cloud should be used for final renders.

{% tabs %}
{% tab title="In-Canvas Rendering" %}
**In Canvas**

In-Canvas creates a low fidelity, real-time render of your model within the Fusion rendering environment. While this does produce lower quality results than Local or Cloud renders as it does not utilize ray tracing and can simplify the lighting based on the settings, it is an extremely useful tool for checking lighting, appearances, scene settings, and camera angles.

1. Select "Fast" or "Advanced" from the In-Canvas settings menu.

{% hint style="info" %}
Fast reduces the material and lighting data, allowing the render to be executed faster, but at a much lower quality than what would be outputted in the advanced setting.
{% endhint %}

![Selecting the options for In-Canvas render](https://3851494055-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXdjswC1LObZYU1tMYC%2F-MXf5mGyKOcITxptngtv%2F-MXfKnowX5zGvmhyPqz2%2F6f1d480d5dcfbb477ccd5738f0e89b14.gif?alt=media\&token=e82ddf72-755f-4828-b800-19f2b8080747)

&#x20; 2\. Start the render by clicking the icon with the sphere and the green arrow.

![Starting an In-Canvas Render](https://3851494055-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXdjswC1LObZYU1tMYC%2F-MXf5mGyKOcITxptngtv%2F-MXfLS2lF-bPug1sbHd-%2F72acd1aa5a16e4449087e89244020782.gif?alt=media\&token=1fdb1d32-6d11-46e9-b9ce-9638fcd144fb)

{% hint style="info" %}
The In-Canvas Render can be paused by pressing the pause button at the lower right and can be stopped by clicking the icon with the sphere and the red stop button.
{% endhint %}
{% endtab %}

{% tab title="Cloud Rendering" %}
**Cloud Rendering**

Cloud rendering is one of two options for creating final renders that are high resolution and high quality. While local rendering can be utilized to achieve a virtually exact output as cloud rendering, cloud renders are done on the Autodesk servers, allowing you to run multiple renders in parallel with no load on your computer.&#x20;

1. Click on the teapot icon to open the rendering menu, selecting "cloud render".

![Opening the cloud/local render menu](https://3851494055-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXdjswC1LObZYU1tMYC%2F-MXf5mGyKOcITxptngtv%2F-MXfPLkzLVb-F_giCvOT%2F06f7906a58e862602ff4b65439091431.gif?alt=media\&token=4725d792-460d-4d3f-b28a-da1f590da0e5)

2\. Select the aspect ratio, render quality, and resolution of the render.

{% hint style="info" %}
Final render quality should always be selected during cloud renders, with a resolution of 1080p being used.
{% endhint %}

![Selecting the cloud render settings](https://3851494055-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXdjswC1LObZYU1tMYC%2F-MXf5mGyKOcITxptngtv%2F-MXfQUVXe325A-Er6_GX%2Fd9e88044a698d350dfb39e34c219bab3.gif?alt=media\&token=ebbc7847-5f8b-4e6f-aeec-457e377036fe)

3\. Hit render!
{% endtab %}

{% tab title="Local Rendering" %}
**Local Rendering**

Local rendering is one of two options for creating final renders that are high resolution and high quality. Cloud renders are preferred over local renders in almost every situation as local renders will take longer, load your local machine, and cannot be run in parallel. If for some reason, the Autodesk rendering servers are failing, this would be the rendering option to use for creating a final render.

{% hint style="warning" %}
Local rendering is generally not recommended in most cases unless you have a high-end computer.
{% endhint %}

In addition to local renders being generally much less convenient, the post-processing features of cloud renders are unavailable in local renders.

#### How to Render Locally

1. Click on the teapot icon to open the rendering menu, selecting "local render".

![Opening the cloud/local render menu](https://3851494055-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXdjswC1LObZYU1tMYC%2F-MXf5mGyKOcITxptngtv%2F-MXfRW3vr5rcB20DLfRK%2Ffd6f65db6bb7e04329aea3aeeaaa7799.gif?alt=media\&token=5c49de73-d594-4fc2-b556-acfefdd1cdfb)

2\. Select the render quality setting, aspect ratio, file format, and resolution.

![Selecting the local render settings](https://3851494055-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MXdjswC1LObZYU1tMYC%2F-MXf5mGyKOcITxptngtv%2F-MXfSTuJArKq5f2U7nbc%2F938f609edcca3385c3e27db01b73d4ae.gif?alt=media\&token=b9127a0f-f025-4812-9dd5-b47c146ac100)

3\. Hit render!
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://renders360.gitbook.io/ftc-rendering-in-fusion-360/rendering-and-exporting/cloud-vs.-local-rendering.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
