bundle.website.builtin.components.graphic.threeD

Submodules

Classes

GraphicThreeDComponent

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

GraphicThreeDComponentParams

Shared parameters for 3D graphics components.

Package Contents

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

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

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

params: GraphicThreeDComponentParams = None
class bundle.website.builtin.components.graphic.threeD.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