bundle.website.builtin.components.graphic.threeD.component ========================================================== .. py:module:: bundle.website.builtin.components.graphic.threeD.component Classes ------- .. autoapisummary:: bundle.website.builtin.components.graphic.threeD.component.GraphicThreeDComponentParams bundle.website.builtin.components.graphic.threeD.component.GraphicThreeDComponent Module Contents --------------- .. py:class:: GraphicThreeDComponentParams(/, **data: Any) Bases: :py:obj:`bundle.website.builtin.components.graphic.base.GraphicComponentParams` Shared parameters for 3D graphics components. .. py:attribute:: render_mode :type: str :value: '3d' .. py:attribute:: camera_mode :type: str :value: 'orbit' .. py:attribute:: field_of_view :type: float :value: 40.0 .. py:attribute:: near :type: float :value: 0.1 .. py:attribute:: far :type: float :value: 100.0 .. py:class:: GraphicThreeDComponent(/, **data: Any) Bases: :py:obj:`bundle.website.builtin.components.graphic.base.GraphicBaseComponent` Base class for Three.js/WebGL style 3D graphics components. .. py:attribute:: params :type: GraphicThreeDComponentParams :value: None