Expand description
A module for rendering each of the 3D bevy_math::primitives with GizmoBuffer.
Structs§
- Capsule3d
Builder - Builder for configuring the drawing options of
Capsule3d. - Cone3d
Builder - Builder for configuring the drawing options of
Cone. - Conical
Frustum3d Builder - Builder for configuring the drawing options of
ConicalFrustum. - Cylinder3d
Builder - Builder for configuring the drawing options of
Cylinder. - Plane3d
Builder - Builder for configuring the drawing options of
Plane3d. - Torus3d
Builder - Builder for configuring the drawing options of
Torus.
Traits§
- Gizmo
Primitive3d - A trait for rendering 3D geometric primitives (
P) withGizmoBuffer.