pygfx.objects.Scene

class pygfx.objects.Scene(*args, **kwargs)

Bases: Group

Root of the scene graph.

The scene holds scene-level information (background color, fog, environment map) as well as all objects that take part in the rendering process as either direct or indirect children/nested objects.