ThreeDVMobject¶
Qualified name: manim.mobject.three\_d.three\_dimensions.ThreeDVMobject
- class ThreeDVMobject(shade_in_3d=True, **kwargs)[source]¶
Bases:
VMobjectMethods
Attributes
alwaysCall a method on a mobject every frame.
animateUsed to animate the application of any method of
self.animation_overridescolordepthThe depth of the mobject.
fill_colorIf there are multiple colors (for gradient) this returns the first one
heightThe height of the mobject.
n_points_per_curvesheen_factorstroke_colorwidthThe width of the mobject.
u_indexv_indexu1u2v1v2- Parameters:
shade_in_3d (bool)
kwargs (Any)
- _original__init__(shade_in_3d=True, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
- Parameters:
shade_in_3d (bool)
kwargs (Any)