Encapsulates settings for rendering material thumbnails.
Can be passed as value parameter for .update() or .create() on a metadata instance retrieved with lux.findMaterialMetadata()
Constructor expects a model-ID as a parameter. A model id dictates which model is used for the render.
Accepted model-IDs are:
lux.MODEL_ID_MATERIAL_DISC_25_MM
lux.MODEL_ID_MATERIAL_DISC_100_MM
lux.MODEL_ID_MATERIAL_DISC_1_M
lux.MODEL_ID_MATERIAL_DISC_TOON_100_MM
lux.MODEL_ID_CLOTH_DRAPE
lux.MODEL_ID_LIQUID_GLASS
lux.MODEL_ID_CRYSTAL
lux.MODEL_ID_SPHERE_CUTAWAY_100_MM
lux.MODEL_ID_LUXION_SPHERE
If no model ID is passed as a constructor parameter, a defualt model will be used for the thumbnail render.
Methods defined here:
- __init__(self, /, *args, **kwargs)
- Initialize self. See help(type(self)) for accurate signature.
Static methods defined here:
- __new__(*args, **kwargs) from builtins.type
- Create and return a new object. See help(type) for accurate signature.