Skip to main content

5. Render Options Reference

5.1. Render Profiles

ProfileDescription
cinematicFull effects such as shadows, ambient occlusion, and bloom. Highest quality. Grid defaults on.
flatClean, neutral product shots without the cinematic effect stack.
fastMinimal rendering for fastest processing speed.

5.2. Scene Presets

Available values for scene:

sunset
dawn
night
warehouse
forest
apartment
studio
studio_v2
city
park
lobby

Seasonal fallback behavior:

  • springMode defaults scene to dawn and showBackground to true when those values are omitted.
  • winterMode defaults scene to studio_v2 and showBackground to false when those values are omitted.

5.3. Grid Settings

When showGrid is true, gridSettings can customize the grid:

PropertyTypeDefaultDescription
cellThicknessnumber0.8Grid cell line thickness.
sectionThicknessnumber1.4Grid section line thickness.
colorstring"#6f6f6f"Grid color as a hex string.
fadeDistancenumber20Distance at which the grid fades out.
renderOrderinteger-1Depth sort order. Use -1 to render behind objects.