scene_synthesizer.scene

Classes

Container(geometry, node_name, transform[, ...])

A class for holding information about a volume in the scene.

Scene([base_frame, trimesh_scene, seed, ...])

Create a new empty scene.

SupportSurface(polygon, facet_index, ...[, ...])

A class for holding information about a support surface in the scene.

Functions

asset_generator(fnames, **kwargs)

A simple generator that runs through a list of filenames and returns an Asset for each one.

dataclass([cls, init, repr, eq, order, ...])

Returns the same class as was passed in, with dunder methods added based on the fields defined in the class.

pyglet_app_run()

Begin processing events, scheduled functions and window updates.