_texture_reference

Module Contents

Classes

TextureReference

Reference texture information for the simulators.

class TextureReference

Bases: abc.ABC

Inheritance diagram of simulation.scene.geometry.textures._texture_reference.TextureReference

Reference texture information for the simulators.

builtin: str | None

Allows to reference builtin textures of the targeted simulator.

file: str | None

The source file of the specified texture, if custom.

content_type: str | None

The type of the source file. The supported types depend on the simulator used. Please check the simulators documentation for supported filetypes.

gridlayout: str | None

Specify the layout of the texture to be mapped onto an object. This depends on the simulator used. Please check the simulators documentation for supported grid layouts.

__post_init__() None

Check for potential conflicts due to missing arguments.

Raises:

NotImplementedError – If not sufficient arguments are given.