synthpic2.recipe.render_preparation_mixin
¶
Module for the RenderPreparationMixin class.
Module Contents¶
Classes¶
A mixin for classes to equip them with methods to prepare the rendering. |
- class synthpic2.recipe.render_preparation_mixin.RenderPreparationMixin¶
Bases:
abc.ABC
A mixin for classes to equip them with methods to prepare the rendering.
- prepare_for_render(rendering_mode: str) None ¶
- _prepare_real_rendering_mode() None ¶
- _prepare_categorical_rendering_mode() None ¶
- _prepare_stylized_rendering_mode() None ¶
- _prepare_stylized_xray_rendering_mode() None ¶
- _prepare_normal_map_rendering_mode() None ¶
- _prepare_depth_map_rendering_mode() None ¶
- _prepare_stl_rendering_mode() None ¶