Converting an Interior Scene to C4DtoA

This tutorial is a breakdown of the workflow required to convert an interior scene that has been setup for another renderer for rendering with Arnold. Scene setup and rendering should take no longer than an hour. The scene used in this example is part of this collection of architectural interiors.

The scene has been exported from 3ds Max as an .fbx file and imported using the FBX plugin.

The workflow covers the following topics:

Lighting

Shading

Render Settings

Note: Another tutorial that demonstrates different ways to approach lighting a room can be found here.

Lighting

Scene lit with Quad lights outside of the windows and a Directional light representing sunlight

To preview how the lighting will affect the scene, you can apply a standard_surface (reduce specular_weight to 0) shader override to the scene. This effectively creates a 'chalk preview' of your render and allows you to focus purely on lighting without being concerned about shading.

Reducing the diffuse_samples to 0 will effectively disable indirect lighting. This is useful when you want to test render direct lighting in the scene and will also be quicker to render.

diffuse_samples : 0 (disables indirect lighting)

Shading

Floor Shader

Information about specular_fresnel can be found here.

Mirror

Curtain

Here, we will use thin_walled and subsurface to provide the effect of translucency with the curtain being lit from behind.

without translucency with translucency

Glass Door

Ensure that the polygon face normals are all facing in the right direction (especially important when rendering glass surfaces with Arnold).

[Render Settings](http://support.solidangle.com/#Render Settings)

Sampling

diffuse_samples: 2 diffuse_samples: 6

Note: Care should be taken when increasing this value as your render times will increase dramatically.

Note: More information and tutorials about removing noise can be found here.

Ray Depth

Diffuse Ray Depth

The images below were rendered using a diffuse_ray_depth of 1 (default) and 4. You can notice a clear difference of bounced light around the curtain for example.

diffuse_ray_depth: 1 diffuse_ray_depth: 4

Note: Note that render times will linearly increase with regards to the number of ray diffuse bounces and therefore care should be taken when increasing this value.

Transmission Ray Depth

You can 'clearly' see the difference in the glass vases when increasing the transmission_ray_depth in the images below.

2 4 8

Note: More information about rendering glass surfaces can be found here.

That concludes this tutorial on converting an interior scene for rendering with Arnold.