render.scene.Scene

render.scene.Scene(
    geometry,
    camera=Camera(),
    light_directions=((0.5, 1.0, 0.3)),
    light_colors=None,
    background_color=(0.0, 0.0, 0.0),
    environment_map=None,
)

Geometry, camera, lighting, and background for one forward render.