bundle.website.builtin.components.graphic.threeD.component

Classes

GraphicThreeDComponentParams

Shared parameters for 3D graphics components.

GraphicThreeDComponent

Base class for Three.js/WebGL style 3D graphics components.

Module Contents

class bundle.website.builtin.components.graphic.threeD.component.GraphicThreeDComponentParams(/, **data: Any)

Bases: bundle.website.builtin.components.graphic.base.GraphicComponentParams

Shared parameters for 3D graphics components.

render_mode: str = '3d'
camera_mode: str = 'orbit'
field_of_view: float = 40.0
near: float = 0.1
far: float = 100.0
class bundle.website.builtin.components.graphic.threeD.component.GraphicThreeDComponent(/, **data: Any)

Bases: bundle.website.builtin.components.graphic.base.GraphicBaseComponent

Base class for Three.js/WebGL style 3D graphics components.

params: GraphicThreeDComponentParams = None